WeeChat quik stairt guide (Scots version) ========================= 1. Launch weechat Accordin tae choosed GUI, ye hav tae launch: - weechat-curses fer Curses GUI - weechat-gtk fer Gtk GUI (under development) - weechat-qt fer Qt GUI (no developed) - weechat-wxwidgets fer WxWidgets GUI (no developed yit) 2. Online help / options WeeChat hus help fer awl commands, jus issu /help Tae get help on a command, issu /help command Tae set options, use eh /set option = value Ye can use /set option wi partial name (displ't awl options contain leters), or wi ownly a full option nam wi'oot value (tae see long help fer option). Pure Important: settings are saved when WeeChat ends (or wi eh "/save" command). Gonnae NO(!) edit eh setup file whyle WeeChat is running, cause WeeChat may write eh file at 'ne time, and its nae possible tae reload it. Tae chainge any settins, use "/set" command, WeeChat immediately uses new settings. 3. Create a server Fer example irc.quakenet.org, port 6667: /server quakenet irc.quakenet.org 6667 (/help server fer ful command help) 4. Set custom server options Nicks: /set quakenet.server_nick1 = "manick" /set quakenet.server_nick2 = "manick2" /set quakenet.server_nick3 = "manick3" Username/realname: /set quakenet.server_username = "Ma username" /set quakenet.server_realname = "Ma real name" Auto-connect tae server: /set quakenet.server_autoconnect = on Auto-join fer sum channels: /set quakenet.server_autojoin = "#chan1,#chan2" Other options: Ye can see servers options and values wi /set quakenet Tae set an option, use eh /set quakenet.server_option = value 5. Connect tae server n auto-join channels: /connect quakenet 6. Join/part channels Join a channel: /join #channel Part a channel: /part [quit message] Part a channel n close buffer: /close [quit message] (/close is an alias on /buffer close) 7. Buffer/window management Ye can manage buffers wi "/buffer" command and windows with "/window" command. Fer example, tae split verticaly screen intae a wee windea (1/3 width), n a big yin (2/3), use command: /window splitv 33 8. Key bindings According tae yer keyboard and/or ya needs, ye can rebind 'ne key wi "/key" command. A useful key is meta-k (alt-k) tae find key codes. Fer example, tae bind meta-y (alt-y) tae command "/buffer close": /key (press meta-k) (press meta-y) /buffer close Ye wull huv a command line like: /key meta-y /buffer close 9. Plugins/scripts On som distros lyke Debian, plugins are available via a separate package (like weechat-plugins). Plugins are automatically loadet when found. Many plugins/scripts are available fer WeeChat, please luk at: http://weechat.flashtux.org/plugins.php Please luk at WeeChat documentation tae load/unload plugins or scripts. 10. Mer documentation Yae can noo use WeeChat and read FAQ/documentation fer any oths questins: http://weechat.flashtux.org/faq.php http://weechat.flashtux.org/doc.php Enjoy WeeChat! -- (c) 2006-05-31, written by FlashCode , Translate't by AndrewB This document is part of WeeChat and is distributed under GPL licence.