summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.html150
-rw-r--r--docs/startup-HOWTO-rus.html846
-rw-r--r--docs/startup-HOWTO.html1123
3 files changed, 434 insertions, 1685 deletions
diff --git a/docs/faq.html b/docs/faq.html
index e2de9799..345060dc 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -1,152 +1,80 @@
-<h2>FAQ</h2>
+<h1>Frequently Asked Questions</h1>
+<h3 id="q-why-doesnt-irssi-display-colors-even-when-ircii-etc-displays-them">Q: Why doesn’t irssi display colors even when ircii etc. displays them?</h3>
-<h3>Q: Why doesn't irssi display colors even when ircii etc. displays them?</h3>
+<p>A: They force ANSI colors even if terminal doesn’t support them. By default, irssi uses colors only if terminfo/termcap so says. The correct way to fix this would be to change your TERM environment to a value where colors work, like xterm-color or color_xterm (eg. <code>TERM=xterm-color irssi</code>). If this doesn’t help, then use the evil way of <code>/SET term_force_colors ON</code>.</p>
-<p>A: They force ANSI colors even if terminal doesn't support them. By
-default, irssi uses colors only if terminfo/termcap so says. The correct
-way to fix this would be to change your TERM environment to a value where
-colors work, like xterm-color or color_xterm (eg. <code>TERM=xterm-color
-irssi</code>). If this doesn't help, then use the evil way of <code>/SET
-term_force_colors ON</code>.</p>
-
-
-<h3>Q: How do I easily write text to channel that starts with '/' character?</h3>
+<h3 id="q-how-do-i-easily-write-text-to-channel-that-starts-with--character">Q: How do I easily write text to channel that starts with ‘/’ character?</h3>
<p>A: <code>/ /text</code></p>
+<h3 id="q-why-doesnt-irssi-update-my-realname-or-whatever-after-i-change-it-with-set-realname-and-reconnect-with-reconnect-or-server">Q: Why doesn’t irssi update my realname (or whatever) after I change it with <code>/SET realname</code> and reconnect with <code>/RECONNECT</code> or <code>/SERVER</code>?</h3>
-<h3>Q: Why doesn't irssi update my realname (or whatever) after I change it
-with <code>/SET realname</code> and reconnect with <code>/RECONNECT</code>
-or <code>/SERVER</code>?</h3>
-
-<p>A: Irssi is trying to be too smart. This will be fixed in future, but for
-now you should use <code>/DISCONNECT</code> and <code>/CONNECT</code>.</p>
-
+<p>A: Irssi is trying to be too smart. This will be fixed in future, but for now you should use <code>/DISCONNECT</code> and <code>/CONNECT</code>.</p>
-<h3>Q: I connected to some server which isn't responding but now irssi tries
-to connect back to it all the time! How can I stop it?</h3>
+<h3 id="q-i-connected-to-some-server-which-isnt-responding-but-now-irssi-tries-to-connect-back-to-it-all-the-time-how-can-i-stop-it">Q: I connected to some server which isn’t responding but now irssi tries to connect back to it all the time! How can I stop it?</h3>
-<p>A: Two ways. The "good way" to do it is with <code>/DISCONNECT</code>.
-Check the server tags first with <code>/SERVER</code> without giving it any
-parameters, reconnections are those that have tag starting with "recon"
-text. So most probably you're going to do <code>/DISCONNECT recon-1</code>.
-The other way is to remove all the reconnections with
-<code>/RMRECONNS</code>, easier but may remove some connections you actually
-wanted to reconnect (if you used multiple servers..).</p>
+<p>A: Two ways. The “good way” to do it is with <code>/DISCONNECT</code>. Check the server tags first with <code>/SERVER</code> without giving it any parameters, reconnections are those that have tag starting with “recon” text. So most probably you’re going to do <code>/DISCONNECT recon-1</code>. The other way is to remove all the reconnections with <code>/RMRECONNS</code>, easier but may remove some connections you actually wanted to reconnect (if you used multiple servers..).</p>
+<h3 id="q-how-do-i-add-seconds-to-timestamp">Q: How do I add seconds to timestamp?</h3>
-<h3>Q: How do I add seconds to timestamp?</h3>
+<p>A: <code>/FORMAT timestamp {timestamp %%H:%%M:%%S}</code> - and remember to add the trailing space :)</p>
-<p>A: <code>/FORMAT timestamp {timestamp %%H:%%M:%%S}</code> - and remember
-to add the trailing space :)</p>
+<h3 id="q-why-does-irssi-say-irssi-channel-not-fully-synchronized-yet-try-again-after-a-while-when-i-try-to-use-ban-etc">Q: Why does irssi say “Irssi: Channel not fully synchronized yet, try again after a while” when I try to use /BAN etc?</h3>
+<p>A: Possibly a bug in irssi, or ircd you’re using does something that irssi didn’t really notice. The new code should make this happen far less often than before, but one known reason for this is when irssi doesn’t notice that you were unable to join some channel. Currently however I don’t know of any such events irssi doesn’t know about.</p>
-<h3>Q: Why does irssi say "Irssi: Channel not fully synchronized yet, try
-again after a while" when I try to use /BAN etc?</h3>
-
-<p>A: Possibly a bug in irssi, or ircd you're using does something that
-irssi didn't really notice. The new code should make this happen far less
-often than before, but one known reason for this is when irssi doesn't
-notice that you were unable to join some channel. Currently however I don't
-know of any such events irssi doesn't know about.</p>
-
-<p>Anyway, if this does happen, do <code>/RAWLOG SAVE ~/rawlog</code> soon
-after joining to channel, and either try to figure out yourself why irssi
-didn't get reply to WHO request, or send the whole log to cras@irssi.org. Note
-that the rawlog is by default only 200 lines and it may not be enough to
-show all needed information, so you might want to do <code>/SET rawlog_lines
-1000</code> or so.</p>
+<p>Anyway, if this does happen, do <code>/RAWLOG SAVE ~/rawlog</code> soon after joining to channel, and either try to figure out yourself why irssi didn’t get reply to WHO request, or open a Github issue with the full log included. Note that the rawlog is by default only 200 lines and it may not be enough to show all needed information, so you might want to do <code>/SET rawlog_lines 1000</code> or so.</p>
<p><code>MODE +b</code> still works fine though.</p>
+<h3 id="q-wheres-the-gui-version">Q: Where’s the GUI version?</h3>
-<h3>Q: Where's the GUI version?</h3>
-
-<p>A: Read
-<a href="http://www.irssi.org/about">http://www.irssi.org/about</a></p>
-
-
-<h3>Q: How do I autorejoin channels after being kicked?</h3>
-
-<p>A: That's evil and you shouldn't do it. If you get kicked, you should stay
-out, at least until the channel forgot you existed :) Most channels I've
-joined just ban you if you autorejoin after kick. If you're joined to
-channels who kick people for fun, try changing channels or something.</p>
-
-<p>Anyway, if you REALLY want to do that, and you understand that you're doing
-evilness, you can use the autorejoin.pl script that comes with irssi. You'll
-still need to specify the channels you wish to rejoin with <code>/SET
-autorejoin_channels #chan1 #chan2 ...</code></p>
-
-
-<h3>Q: How do I announce that I'm away/back in all channels I've joined? Or
-how do I change my nick when setting myself away/back?</h3>
-
-<p>A: That's even worse than autorejoin. Who could possibly care every time
-you come and go? Many channels will kick you for using this, and I for example
-have added several ignores so I'd never need to see these messages. Learn to
-use <code>/AWAY</code> command properly and tell its existence to people
-who don't know about it. <code>/WII yournick</code> shows your away reason
-much better for people who actually want to know if you're there or not.</p>
+<p>A: There was one on <a href="https://github.com/irssi-import/xirssi">irssi-import/xirssi</a> but it has not been maintained for a long time.</p>
+<h3 id="q-how-do-i-autorejoin-channels-after-being-kicked">Q: How do I autorejoin channels after being kicked?</h3>
-<h3>Q: Why does irssi autojoin on invite by default?</h3>
+<p>A: That’s evil and you shouldn’t do it. If you get kicked, you should stay out, at least until the channel forgot you existed :) Most channels I’ve joined just ban you if you autorejoin after kick. If you’re joined to channels who kick people for fun, try changing channels or something.</p>
-<p>A: The setting is /SET join_auto_chans_on_invite - it's not the same
-as regular autojoin-on-invite, which irssi doesn't even have. The only
-channels that are joined on invite, are the ones you've added to config
-with /CHANNEL ADD -auto. This is very useful with +i channels when you
-need to first send an invite request to bot, or if you get accidentally
-kicked from channel, the kicker can invite you back immediately.</p>
+<p>Anyway, if you REALLY want to do that, and you understand that you’re doing evilness, you can use the autorejoin.pl script that comes with irssi. You’ll still need to specify the channels you wish to rejoin with <code>/SET autorejoin_channels #chan1 #chan2 ...</code></p>
-<p>I don't see any bad side effects with this feature, so it's ON by
-default. I guess someone could start kicking/inviting you all the time
-but server connection shouldn't drop because of that, and you shouldn't
-join channels whose operators are that evil.</p>
+<h3 id="q-how-do-i-announce-that-im-awayback-in-all-channels-ive-joined-or-how-do-i-change-my-nick-when-setting-myself-awayback">Q: How do I announce that I’m away/back in all channels I’ve joined? Or how do I change my nick when setting myself away/back?</h3>
+<p>A: That’s even worse than autorejoin. Who could possibly care every time you come and go? Many channels will kick you for using this, and I for example have added several ignores so I’d never need to see these messages. Learn to use <code>/AWAY</code> command properly and tell its existence to people who don’t know about it. <code>/WII yournick</code> shows your away reason much better for people who actually want to know if you’re there or not.</p>
-<h3>Q: How to make UTF-8 support work with irssi?</h3>
+<h3 id="q-why-does-irssi-autojoin-on-invite-by-default">Q: Why does irssi autojoin on invite by default?</h3>
-<p>A: Make sure your terminal supports UTF-8 (for example, <code>xterm -u8</code>).
-If you use screen, you may have to do <code>screen -U</code>. And in Irssi do
-<code>/SET term_charset utf-8</code>. (for 0.8.9 and older: <code>/SET term_type utf-8</code>)</p>
+<p>A: The setting is /SET join_auto_chans_on_invite - it’s not the same as regular autojoin-on-invite, which irssi doesn’t even have. The only channels that are joined on invite, are the ones you’ve added to config with /CHANNEL ADD -auto. This is very useful with +i channels when you need to first send an invite request to bot, or if you get accidentally kicked from channel, the kicker can invite you back immediately.</p>
+<p>I don’t see any bad side effects with this feature, so it’s ON by default. I guess someone could start kicking/inviting you all the time but server connection shouldn’t drop because of that, and you shouldn’t join channels whose operators are that evil.</p>
-<h3>Q: Will there be /DETACH-like feature?</h3>
+<h3 id="q-how-to-make-utf-8-support-work-with-irssi">Q: How to make UTF-8 support work with irssi?</h3>
-<p>A: Maybe. Detach code already is there, attach is just missing :) But I
-don't have much interest in coding it,
-<a href="http://www.gnu.org/software/screen/screen.html">screen</a> and
-<a href="http://dtach.sf.net/">dtach</a> can be used to do it just fine.</p>
+<p>A: Make sure your terminal supports UTF-8 (for example, <code>xterm -u8</code>). If you use screen, you may have to do <code>screen -U</code>. And in Irssi do <code>/SET term_charset utf-8</code>. (for 0.8.9 and older: <code>/SET term_type utf-8</code>)</p>
+<h3 id="q-will-there-be-detach-like-feature">Q: Will there be /DETACH-like feature?</h3>
-<h3>Q: How do I run scripts automatically at startup?</h3>
+<p>A: <a href="http://tmux.github.io/">tmux</a>, <a href="http://www.gnu.org/software/screen/screen.html">screen</a> and <a href="http://dtach.sf.net/">dtach</a> can be used to do it just fine.</p>
-<p>A: Put them into <code>~/.irssi/scripts/autorun/</code> directory. Or
-better would be if you placed them in <code>~/.irssi/scripts/</code> and
-created symlinks to autorun directory (eg. <code>cd
-~/.irssi/scripts/autorun/ ; ln -s ../script.pl .</code>)</p>
+<h3 id="q-how-do-i-run-scripts-automatically-at-startup">Q: How do I run scripts automatically at startup?</h3>
+<p>A: Put them into <code>~/.irssi/scripts/autorun/</code> directory. Or better would be if you placed them in <code>~/.irssi/scripts/</code> and created symlinks to autorun directory (eg. <code>cd ~/.irssi/scripts/autorun/ ; ln -s ../script.pl .</code>)</p>
-<h3>Q: How do I execute commands automatically at startup?</h3>
+<h3 id="q-how-do-i-execute-commands-automatically-at-startup">Q: How do I execute commands automatically at startup?</h3>
-<p>A: Put them into <code>~/.irssi/startup</code> file, each command on its
-own line. The preceding slash (/) is not necessary.</p>
+<p>A: Put them into <code>~/.irssi/startup</code> file, each command on its own line. The preceding slash (/) is not necessary.</p>
+<h3 id="q-how-do-i-easily-edit-existing-topic">Q: How do I easily edit existing topic?</h3>
-<h3>Q: How do I easily edit existing topic?</h3>
+<p>A: <code>/TOPIC &lt;tab&gt;</code></p>
-<p>A: /TOPIC &lt;tab&gt;</p>
+<h3 id="q-how-can-i-have-whois-replies-to-active-window">Q: How can I have /WHOIS replies to active window?</h3>
-<h3>Q: How can I have /WHOIS replies to active window?</h3>
+<p>A: You can disable the status window, or do <code>/WINDOW LEVEL -CRAP</code> in it which would also make several other messages show up in active window. You can also use a <a href="http://dgl.cx/irssi/hack-whois-in-current-window.pl">script</a>.</p>
-<p>A: You can disable the status window, or do <code>/WINDOW LEVEL
--CRAP</code> in it which would also make several other messages show up in
-active window. You can also use a
-<a href="http://dgl.cx/irssi/hack-whois-in-current-window.pl">script</a>.</p>
+<h3 id="q-how-do-i-add-the-active-network-to-the-statusbar">Q: How do I add the active network to the statusbar</h3>
-<h3>Q: How do I add the active network to the statusbar</h3>
+<p>A: Modify the window-line in statusbar section in config file to <code>window = "{sb $winref:$tag/$T{sbmode $M}}";</code></p>
-<p>A: Modify the window-line in statusbar section in config file to
-<code>window = "{sb $winref:$tag/$T{sbmode $M}}";</code></p>
+<h3 id="q-how-to-pronounce-irssi">Q: How to pronounce Irssi?</h3>
+<p>A: Check <a href="https://irssi.org/assets/irssi.wav">here</a></p>
diff --git a/docs/startup-HOWTO-rus.html b/docs/startup-HOWTO-rus.html
deleted file mode 100644
index 595d1df0..00000000
--- a/docs/startup-HOWTO-rus.html
+++ /dev/null
@@ -1,846 +0,0 @@
- <h2>Startup HOWTO</h2>
-
- <h3> Irssi ( IRC ..)</h3>
-
- <p>&copy; 2000-2002 by Timo Sirainen,
- <a href="http://www.gnu.org/licenses/fdl.html">GNU FDL</a> 1.1.<br/>
- NiXoiD' (#xakep @ irc.wenet.ru)
- </p>
-
-
-<p> FAQ, :</p>
-
-<ol>
-<li><a href="#c1"> </a>
- <ul>
- <li> , ircII</li>
- </ul></li>
-<li><a href="#c2"> </a>
- <ul>
- <li> "" ( ף "split windows")</li>
- <li> ?</li>
- <li> alt-1 ... !</li>
- </ul></li>
-<li><a href="#c3"> </a>
- <ul>
- <li> ?</li>
- <li> ?</li>
- <li> ?</li>
- </ul></li>
-<li><a href="#c4"> </a></li>
-<li><a href="#c5"> status msgs &amp; </a>
- <ul>
- <li> /WHOIS </li>
- <li> </li>
- </ul></li>
-<li><a href="#c6"> irssi </a>
- <ul>
- <li> , irssi . ??</li>
- <li> </li>
- </ul></li>
-<li><a href="#c7"> /LASTLOG </a>
- <ul>
- <li> ?</li>
- </ul></li>
-<li><a href="#c8"> </a></li>
-<li><a href="#c9"> </a>
- <ul>
- <li> F1 -?</li>
- </ul></li>
-<li><a href="#c10"> </a>
- <ul>
- <li> irssi-proxy?</li>
- </ul></li>
-<li><a href="#c11"> Irssi</a></li>
-<li><a href="#c12"></a>
- <ul>
- <li> , !</li>
- </ul></li>
-</ol>
-
-<h3><a id="c1">1. </a></h3>
-
-<p> :</p>
-
-<p> VT- , :</p>
-
-<pre>
-/SET term_force_colors ON
-</pre>
-
-<p> :</p>
-
-<pre>
-/SET autocreate_own_query OFF
-/SET autocreate_query_level DCCMSGS
-/SET use_status_window OFF
-/SET use_msgs_window ON
-</pre>
-
-<p> (<code>/PART</code>)
-(<code>/UNQUERY</code>):</p>
-
-<pre>
-/SET autoclose_windows OFF
-/SET reuse_unused_windows ON
-</pre>
-
-<p> irssi ircII :</p>
-
-<pre>
-/SET autocreate_own_query OFF
-/SET autocreate_query_level NONE
-/SET use_status_window OFF
-/SET use_msgs_window OFF
-/SET reuse_unused_windows ON
-/SET windows_auto_renumber OFF
-
-/SET autostick_split_windows OFF
-/SET autoclose_windows OFF
-/SET print_active_channel ON
-</pre>
-
-<p> :</p>
-
-<p>( OFTC, nickserv 2 )</p>
-
-<pre>
-/IRCNET ADD -autosendcmd "/^msg nickserv identify pass;wait 2000" OFTC
-</pre>
-
-<p> (IRC- ),
- irc.kpnqwest.fi IRCNet , irssi
-irc.funet.fi:</p>
-
-<pre>
-/SERVER ADD -auto -ircnet ircnet irc.kpnqwest.fi 6667
-/SERVER ADD -ircnet ircnet irc.funet.fi 6667
-/SERVER ADD -auto -ircnet efnet efnet.cs.hut.fi 6667
-</pre>
-
-<p> - efnet/#irssi:</p>
-
-<pre>
-/CHANNEL ADD -auto #irssi ircnet
-/CHANNEL ADD -auto -bots *!*bot@host.org -botcmd "/^msg $0 op pass" #irssi efnet
-</pre>
-
- , :
-
-<pre>
-/HILIGHT _
-</pre>
-
-<h3><a id="c2">2. </a></h3>
-
-<p> PgUp PgDown. , Meta-p Meta-n.
- <code>/SB HOME</code> <code>/SB END</code>.</p>
-
-<p> irssi " ". (<code>/JOIN</code>) (<code>/QUERY</code>)
- -. :</p>
-
-<pre>
-Meta-1, Meta-2, .. Meta-0 - 1-10
-Meta-q .. Meta-o - 11-19
-/WINDOW &lt;&gt; -
-Ctrl-P, Ctrl-N - /
-</pre>
-
-<p> - Meta-. Meta?
- ALT. windows- , - windows. , X-
-( xterm rxvt):</p>
-
-<pre>
-XTerm*eightBitInput: false
-XTerm*metaSendsEscape: true
-</pre>
-
-<p> rxvt - meta, Alt Win :</p>
-
-<pre>
-rxvt*modifier: alt
-</pre>
-
-<p> - xmodmap:</p>
-
-<pre>
-xmodmap -e "keysym Alt_L = Meta_L Alt_L"
-</pre>
-
-<p> - X-? Debian',
-<code>/etc/X11/Xresources/xterm</code>, . <code>~/.Xresources</code>
-<code>~/.Xdefaults</code> - . , <code>~/.Xresources</code>
- <code>xrdb -merge ~/.Xresources</code>.
- .</p>
-
-<p> SSH Windows ALT. , - putty,
-<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">
-http://www.chiark.greenend.org.uk/~sgtatham/putty/</a>.</p>
-
-<p>- . , :</p>
-
-<pre>
-/WINDOW NEW -
-/WINDOW NEW HIDE -
-/WINDOW CLOSE -
-
-/WINDOW HIDE [&lt;number&gt;|&lt;name&gt;] -
-/WINDOW SHOW &lt;number&gt;|&lt;name&gt; -
-
-/WINDOW SHRINK [&lt;lines&gt;] -
-/WINDOW GROW [&lt;lines&gt;] -
-/WINDOW BALANCE -
-</pre>
-
-<p> Irssi " ". , , :). :</p>
-
-<pre>
-Split window 1: win#1 - Status window, win#2 -
-Split window 2: win#3 - ircnet/#channel1, win#4 - ircnet/#channel2
-Split window 3: win#5 - efnet/#channel1, win#6 - efnet/#channel2
-</pre>
-
-<p> win#1 ALT-6, irssi
-#3 efnet/#channel2 .</p>
-
-<p> "̣"
- ALT-6 win#1 win#6 1
- , win#6 -
- , irssi . ircII </p>
-
-<pre>
-/SET autostick_split_windows OFF
-</pre>
-
-<p> , "". , </p>
-
-<pre>
-/SET autocreate_windows OFF [format c: ģ ;) - . .]
-</pre>
-
-<p> , :</p>
-
-<pre>
-/SET print_active_channel ON
-</pre>
-
-<p> - , :</p>
-
-<pre>
-/JOIN -window #channel
-/QUERY -window nick
-</pre>
-
-<h3><a id="c3">3. </a></h3>
-
-<p> Irssi :). , .. :).
- 6.</p>
-
-<p> IRC-, <code>/IRCNET</code>,
- , ݣ . , <code>/IRCNET ADD
-_</code>. , - , <code>-autosendcmd</code>.
- :</p>
-
-<pre>
-/IRCNET ADD -autosendcmd '^msg bot invite' ircnet
-/IRCNET ADD -autosendcmd "/^msg nickserv identify pass;wait 2000" OFTC
-</pre>
-
-<p> . :</p>
-
-<pre>
-/SERVER ADD -auto -ircnet ircnet irc.kpnqwest.fi 6667
-/SERVER ADD -auto -ircnet worknet irc.mycompany.com 6667
-</pre>
-
-<p> <code>-auto</code> , .
- - <code>-auto</code> - Irssi , <code>-auto</code> .</p>
-
-<p> :</p>
-
-<pre>
-/CHANNEL ADD -auto -bots *!*bot@host.org -botcmd "/^msg $0 op pass" #irssi efnet
-/CHANNEL ADD -auto #secret ircnet password
-</pre>
-
-<p> <code>-bots</code> <code>-botcmd</code> .
- , ,
- .
-<code>-bots</code>, ( ). $0
-<code>-botcmd</code> . ( )
- <code>-botcmd</code> .</p>
-
-<h3><a id="c4">4. </a></h3>
-
-<p> ( , ...).
- :</p>
-
-<pre>
-/WINDOW MOVE LEFT/RIGHT/ - ,
-/WINDOW ITEM MOVE &lt;&gt;|&lt;&gt; -
-</pre>
-
-<p> ӣ , , <code>/LAYOUT SAVE</code>
- ( <code>/SAVE</code>, ) irssi, .
- "" , <code>/LAYOUT SAVE</code> ,
- <code>/SERVER ADD -auto</code> <code>/CHANNEL ADD -auto</code>.</p>
-
-<p> , <code>/LAYOUT SAVE</code>.
- <code>/LAYOUT RESET.</code></p>
-
-
-<h3><a id="c5">5. status msgs &amp; </a></h3>
-
-<p> " " . , ( ctcp-).
- , , </p>
-
-<pre>
-/SET use_status_window OFF
-</pre>
-
-<p> irssi. , (<code>/WINDOW CLOSE</code>).</p>
-
-<p> - " ", .
- . :</p>
-
-<pre>
-/SET use_msgs_window ON
-/SET autocreate_query_level DCCMSGS ( -
- DCC- NONE)
-</pre>
-
-<p> - irssi. :</p>
-
-<pre>
-/WINDOW NEW HIDE -
-/WINDOW NAME (msgs) - "(msgs)"
-/WINDOW LEVEL MSGS -
-/WINDOW MOVE 1 -
-</pre>
-
-<p>, use_msgs_window, use_status_window <code>/LAYOUT SAVE</code>.</p>
-
-<p> .. ? , irssi
-" ". : PUBLIC - ,
-MSGS - CRAP , . </p>
-
-<pre>
-/HELP levels
-</pre>
-
-<p> <code>ALL -MSGS</code>, , ,
- , . <code>-MSGS</code> .</p>
-
-
-<h3><a id="c6">6. irssi </a></h3>
-
-<p> ircII IRC-
-. IRSSI . . ,
- , . , :</p>
-
-<pre>
-/CONNECT irc.server.org
-</pre>
-
-<p> <code>/SERVER</code>,
-. <code>/SERVER</code>
- . :</p>
-
-<pre>
--!- IRCNet: irc.song.fi:6667 (IRCNet)
--!- OFTC: irc.oftc.net:6667 (OFTC)
--!- RECON-1: 192.168.0.1:6667 () (02:59 left before reconnecting)
-</pre>
-
-<p> , IRCNet OFTC.
- IRCNet " "
-(IRCnet) IRC-. , .
- IRC- - .
- , irssi
- , ircnet, ircnet2, ircnet3
-...</p>
-
-<p> , <code>RECON-</code> .
- , 192.168.0.1
-irssi 3 .</p>
-
-<p> :</p>
-
-<pre>
-/DISCONNECT ircnet - "ircnet"
-/DISCONNECT recon-1 - RECON-1
-/RMRECONNS -
-
-/RECONNECT recon-1 - RECON-1
-/RECONNECT ALL -
-
-</pre>
-
-<p>, .
- - . </p>
-
-<pre>
-/WINDOW SERVER tag - "tag"
-Ctrl-X -
-</pre>
-
-<p> . , irssi [_]
- , .</p>
-
-<p> - <code>-_</code>
- ţ :</p>
-
-<pre>
-/MSG -
-/JOIN - #
-/QUERY -
-</pre>
-
-<p> <code>/MSG</code> -
- .</p>
-
-<p> ̣. , - , ,
- . ,
- . :</p>
-
-<pre>
-/WINDOW SERVER -sticky tag
-</pre>
-
-<p> . ( ):</p>
-
-<pre>
-/WINDOW NEW HIDE
-/WINDOW NAME (status)
-/WINDOW LEVEL ALL -MSGS
-/WINDOW SERVER -sticky ircnet
-
-/WINDOW NEW HIDE
-/WINDOW NAME (msgs)
-/WINDOW LEVEL MSGS
-/WINDOW SERVER -sticky ircnet
-</pre>
-
-<h3><a id="c7">7. /LASTLOG </a></h3>
-
-<p> <code>/LASTLOG</code> . ţ :</p>
-
-<pre>
-/LASTLOG - , ""
-/LASTLOG word 10 - 10 , "word"
-/LASTLOG -topics -
-</pre>
-
-<p> 1000 , irssi , <code>-force</code>.
- , :</p>
-
-<pre>
-/LASTLOG -file ~/irc.log
-</pre>
-
-<p> <code>-file</code> <code>-force</code>
- . <code>/LASTLOG</code> . <code>/HELP lastlog</code>.</p>
-
-<p> , . Irssi <code>/SCROLLBACK</code> (
-ţ - <code>/SB</code>) .
- <code>/LASTLOG</code>
- <code>/SB GOTO :</code> "" .
- <code>/SB
-END</code>.</p>
-
-
-<h3><a id="c8">8. </a></h3>
-
-<p>Irssi
-(<code>/AWAY </code>).
-(ݣ <code>/AWAY</code>), - .
- :</p>
-
-<pre>
-/SET awaylog_level MSGS HILIGHT -
-/SET awaylog_file ~/.irssi/away.log -
-</pre>
-
-<p> Irssi - .
-Irssi .
- :</p>
-
-<pre>
-/SET autolog ON
-</pre>
-
-<p> ӣ CTCPS CRAP
-(<code>/WHOIS</code>- ...). , :</p>
-
-<pre>
-/SET autolog_level ALL -CRAP -CLIENTCRAP -CTCPS (this is the default)
-</pre>
-
-<p> irssi ~/irclogs/&lt;_&gt;/&lt;&gt;.log.
- :</p>
-
-<pre>
-/SET autolog_path ~/irclogs/$tag/$0.log ( " ")
-</pre>
-
-<p> , . $0
- ( ). Irssi , / .
- - "man strftime" :). :</p>
-
-<pre>
-/SET autolog_path ~/irclogs/%Y/$tag/$0.%m-%d.log
-</pre>
-
-<p> - <code>/HELP
-log</code></p>
-
-
-<h3><a id="c9">9. </a></h3>
-
-<p> , irssi.
- irssi "" ,
-shift-backspace - X-.</p>
-
-<p> <code>/HELP bind</code> , .
- "" - .
- , .
- - <code>cat</code> .
- F1:</p>
-
-<pre>
-[cras@hurina] ~% cat
-^[OP
-</pre>
-
-<p> irssi "" - F1 <code>/BIND ^[OP /ECHO F1</code>.
- , - , - :</p>
-
-<pre>
-/BIND ^[OP key F1
-/BIND ^[11~ key F1
-/BIND F1 /ECHO F1.
-</pre>
-
-<h3><a id="c10">10. </a></h3>
-
-<p>Irssi IRC- . ӣ , .</p>
-
-<p> : ,
-irc.bouncer.org 5000. irc.dal.net irc.efnet.org. :</p>
-
-<pre>
-/SET use_proxy ON ( )
-/SET proxy_address irc.bouncer.org
-/SET proxy_port 5000
-
-/SET proxy_password _
-/SET -clear proxy_string
-/SET proxy_string_after conn %s %d
-</pre>
-
-<p> . -, :</p>
-
-<pre>
-/SERVER ADD -auto -ircnet dalnet irc.dal.net
-/SERVER ADD -auto -ircnet efnet irc.efnet.org
-</pre>
-
-<p> , irssi .</p>
-
-<p> - ,
-<code>-noproxy</code>.</p>
-
-<p><strong> :</strong></p>
-
-<p> :</p>
-
-<pre>
-/SET use_proxy ON
-/SET proxy_address &lt; &gt;
-/SET proxy_port &lt;&gt;
-</pre>
-
-<p><strong>HTTP proxy</strong></p>
-
-<p> HTTP-:</p>
-
-<pre>
-/SET -clear proxy_password
-/EVAL SET proxy_string CONNECT %s:%d\n\n
-</pre>
-
-<p><strong>BNC</strong></p>
-
-<pre>
-/SET proxy_password _
-/SET -clear proxy_string
-/SET proxy_string_after conn %s %d
-</pre>
-
-<p><strong>dircproxy</strong></p>
-
-<p>dircproxy . ircnet ircpass
- OFTC oftcpass, :</p>
-
-<pre>
-/SET -clear proxy_password
-/SET -clear proxy_string
-
-/SERVER ADD -auto -ircnet ircnet fake.ircnet 6667 ircpass
-/SERVER ADD -auto -ircnet OFTC fake.oftc 6667 oftcpass
-</pre>
-
-<p> , , ӣ .</p>
-
-<p><strong>psyBNC</strong></p>
-
-<p>psyBNC .
- .
- Irssi:</p>
-
-<pre>
-/SET -clear proxy_password
-/SET -clear proxy_string
-
-/IRCNET ADD -user ircnetuser ircnet
-/SERVER ADD -auto -ircnet ircnet fake.ircnet 6667 ircpass
-/IRCNET ADD -user oftcuser OFTC
-/SERVER ADD -auto -ircnet OFTC fake.oftc 6667 oftcpass
-</pre>
-
-<p> <code>/IRCNET ADD</code>
- <code>/SERVER ADD</code>.</p>
-
-<p><strong>Irssi proxy</strong></p>
-
-<p>Irssi , configure
-<code>--with-proxy</code>. ţ irssi .</p>
-
-<p>Irssi- -, IRC- ,
-<strong>irssi- () </strong>. ݣ : <strong> IRC- </strong>.</p>
-
-<p>Irssi- , 2777- ircnet, 2778 efnet.</p>
-
-<p> :</p>
-
-<pre>
-/LOAD proxy
-/SET irssiproxy_password &lt;&gt;
-/SET irssiproxy_ports &lt;IRC_&gt;=&lt;&gt; ... ( ircnet=2777 efnet=2778)
-</pre>
-<p> <strong></strong> ,
- <code>/SERVER ADD</code>
-<code>/IRCNET ADD</code>. .. , :</p>
-
-<pre>
-/SET irssiproxy_ports *=2777
-</pre>
-
-<p> :</p>
-
-<p> , <code>/SET irssiproxy_password</code>. :</p>
-
-<pre>
-/SERVER ADD -ircnet ircnet my.irssi-proxy.org 2777 secret
-/SERVER ADD -ircnet efnet my.irssi-proxy.org 2778 secret
-</pre>
-
-<p>Irssi- - irc-.</p>
-
-<p><strong>SOCKS</strong></p>
-
-Irssi socks- ( configure <code>--with-socks</code>),
- . <code>/SET
-proxy</code> .
-
-<p><strong> </strong></p>
-
-<p>IRC- - IRC-, . :</p>
-
-<pre>
-/SET proxy_password &lt;&gt;
-</pre>
-
-<p>CONNECT- :</p>
-
-<pre>
-/SET proxy_string CONNECT %s %d
-/SET proxy_string_after
-</pre>
-
-<p>proxy_string NICK/USER,
-proxy_string_after . %s and %d can be used with both
-of them.</p>
-
-<h3><a id="c11">11. Irssi</a></h3>
-
-<p> Irssi .
- , ( "" ):</p>
-
-<p><strong> </strong></p>
-
-<dl>
-<dt>/SET autocreate_own_query ON</dt>
- <dd> - <code>/MSG</code>.</dd>
-
-<dt>/SET autocreate_query_level MSGS</dt>
- <dd> . MSGS, DCCMSGS NOTICES.
- <code>/SET -clear autocreate_query_level</code>.</dd>
-
-<dt>/SET autoclose_query 0</dt>
- <dd> "". . .</dd>
-</dl>
-
-<p><strong></strong></p>
-
-<dl>
-<dt>/SET use_msgs_window OFF</dt>
- <dd> . .
- .
- - /WINDOW LEVEL
- MSGS, /WINDOW NAME (msgs).</dd>
-
-<dt>/SET use_status_window ON</dt>
- <dd> . , , /WHOIS ...
- <code>/WINDOW LEVEL ALL -MSGS</code>,
- <code>/WINDOW NAME (status)</code>.</dd>
-
-<dt>/SET autocreate_windows ON</dt>
- <dd> , </dd>
-
-<dt>/SET autoclose_windows ON</dt>
- <dd> ( (<code>/PART</code>)).</dd>
-
-<dt>/SET reuse_unused_windows OFF</dt>
- <dd> ( ) Irssi
- . , .
- autoclose_windows .</dd>
-
-<dt>/SET window_auto_change OFF</dt>
- <dd> .</dd>
-
-<dt>/SET print_active_channel OFF</dt>
- <dd> , Irssi , <code>&lt;&gt; </code>
- , : <code>&lt;:&gt; </code>. , , - .</dd>
-
-<dt>/SET window_history OFF</dt>
- <dd> .</dd>
-</dl>
-
-
-<p><strong> </strong></p>
-
-<dl>
-<dt>/SET nick</dt>
- <dd> </dd>
-
-<dt>/SET alternate_nick</dt>
- <dd> .</dd>
-
-<dt>/SET user_name</dt>
- <dd> . ident, .</dd>
-
-<dt>/SET real_name</dt>
- <dd> .</dd>
-</dl>
-
-
-<p><strong> </strong></p>
-
-<dl>
-<dt>/SET skip_motd OFF</dt>
- <dd> motd .</dd>
-
-<dt>/SET server_reconnect_time 300</dt>
- <dd> .</dd>
-
-<dt>/SET lag_max_before_disconnect 300</dt>
- <dd> ( ) .</dd>
-</dl>
-
-
-<p><strong> </strong></p>
-
-<dl>
-<dt>/SET timestamps ON</dt>
- <dd> .</dd>
-
-<dt>/SET hide_text_style OFF</dt>
- <dd> ( , ...).</dd>
-
-<dt>/SET show_nickmode ON</dt>
- <dd> " " ,
- <code>&lt;@nick&gt;</code> , <code>&lt;+nick&gt;</code> ...</dd>
-
-<dt>/SET show_nickmode_empty ON</dt>
- <dd> - " ".</dd>
-
-<dt>/SET show_quit_once OFF</dt>
- <dd> quit- , , .</dd>
-
-<dt>/SET lag_min_show 100</dt>
- <dd> - . 100 .</dd>
-
-<dt>/SET indent 10</dt>
- <dd> , , . .
- <code>%|</code>.</dd>
-
-<dt>/SET activity_hide_targets</dt>
- <dd> - , . <code>#boringchannel =bot1
- =bot2</code>. , (highlight).</dd>
-</dl>
-
-<p><strong> </strong></p>
-
-<dl>
-<dt>/SET completion_auto OFF</dt>
- <dd> " ".
- .</dd>
-
-<dt>/SET completion_char :</dt>
- <dd>" ".</dd>
-</dl>
-
-<h3><a id="c12">12. </a></h3>
-
-<p> <code>/STATUSBAR</code> :</p>
-
-<pre>
-Name Type Placement Position Visible
-window window bottom 0 always
-window_inact window bottom 1 inactive
-prompt root bottom 100 always
-topic root top 1 always
-</pre>
-
-<p><code>/STATUSBAR &lt;&gt;</code> ţ .
-<code>/STATUSBAR &lt;&gt; ENABLE|DISABLE</code>
- . <code>/STATUSBAR &lt;&gt; RESET</code>
- , , ţ.</p>
-
-<p> : windows root - , .
-Placement - : top - , bottom - .
-Position - , , .
- Visible 3 : always, active inactive. active/inactive .
- :</p>
-
-<pre>
-/STATUSBAR &lt;&gt; TYPE window|root
-/STATUSBAR &lt;&gt; PLACEMENT top|bottom
-/STATUSBAR &lt;&gt; POSITION &lt;num&gt;
-/STATUSBAR &lt;&gt; VISIBLE always|active|inactive
-</pre>
-
-<p> .
- :</p>
-
-<pre>
-/STATUSBAR &lt;&gt; ADD [-before | -after &lt;item&gt;] [-priority #] [-alignment left|right] &lt;(item)&gt;
-/STATUSBAR &lt;&gt; REMOVE &lt;(item)&gt;
-</pre>
-
-<p> .
- . mail.pl
- (
-<code>/STATUSBAR</code>), : <code>/STATUSBAR window ADD -before
-act mail</code>.</p>
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html
index 1b912b96..07a9f47c 100644
--- a/docs/startup-HOWTO.html
+++ b/docs/startup-HOWTO.html
@@ -1,739 +1,501 @@
- <h2>Startup HOWTO</h2>
-
- <h3>To new Irssi users (not to new IRC users ..)</h3>
-
- <p>Copyright (c) 2000-2002 by Timo Sirainen, release under
- <a href="http://www.gnu.org/licenses/fdl.html">GNU FDL</a> 1.1 license.</p>
+ <h1>Startup How-To</h1>
+<h3 id="to-new-irssi-users-not-to-new-irc-users-">To new Irssi users (not to new IRC users ..)</h3>
+<p>Copyright (c) 2000-2002 by Timo Sirainen, release under <a href="http://www.gnu.org/licenses/fdl.html">GNU FDL</a> 1.1 license.</p>
<p>Index with some FAQ questions that are answered in the chapter:</p>
<ol>
-<li><a href="#c1">For all the lazy people</a>
- <ul>
- <li>This window management is just weird, I want it exactly like ircII</li>
- </ul></li>
-<li><a href="#c2">Basic user interface usage</a>
+ <li><a href="#for-all-the-ircii-people">For all the ircII people</a>
<ul>
- <li>Split windows work in weird way</li>
- <li>How can I easily switch between windows?</li>
- <li>But alt-1 etc. don't work!</li>
- </ul></li>
-<li><a href="#c3">Server and channel automation</a>
+ <li>This window management is just weird, I want it exactly like ircII</li>
+ </ul>
+ </li>
+ <li><a href="#basic-user-interface-usage">Basic user interface usage</a>
<ul>
- <li>How do I automatically connect to servers at startup?</li>
- <li>How do I automatically join to channels at startup?</li>
- <li>How do I automatically send commands to server at connect?</li>
- </ul></li>
-<li><a href="#c4">Setting up windows and automatically restoring them
- at startup</a></li>
-<li><a href="#c5">Status and msgs windows &amp; message levels</a>
+ <li>Split windows work in weird way</li>
+ <li>How can I easily switch between windows?</li>
+ <li>But alt-1 etc. don’t work!</li>
+ </ul>
+ </li>
+ <li><a href="#server-and-channel-automation">Server and channel automation</a>
<ul>
- <li>I want /WHOIS to print reply to current window</li>
- <li>I want all messages to go to one window, not create new windows</li>
- </ul></li>
-<li><a href="#c6">How support for multiple servers works in irssi</a>
+ <li>How do I automatically connect to servers at startup?</li>
+ <li>How do I automatically join to channels at startup?</li>
+ <li>How do I automatically send commands to server at connect?</li>
+ </ul>
+ </li>
+ <li><a href="#setting-up-windows-and-automatically-restoring-them-at-startup">Setting up windows and automatically restoring them at startup</a></li>
+ <li><a href="#status-and-msgs-windows--message-levels">Status and msgs windows &amp; message levels</a>
<ul>
- <li>I connected to some server that doesn't respond and now irssi
- keeps trying to reconnect to it again and again, how can I stop
- it??</li>
- <li>I want to have own status and/or msgs window for each servers</li>
- </ul></li>
-<li><a href="#c7">/LASTLOG and jumping around in scrollback</a>
+ <li>I want /WHOIS to print reply to current window</li>
+ <li>I want all messages to go to one window, not create new windows</li>
+ </ul>
+ </li>
+ <li><a href="#how-support-for-multiple-servers-works-in-irssi">How support for multiple servers works in irssi</a>
<ul>
- <li>How can I save all texts in a window to file?</li>
- </ul></li>
-<li><a href="#c8">Logging</a></li>
-<li><a href="#c9">Changing keyboard bindings</a>
+ <li>I connected to some server that doesn’t respond and now irssi keeps trying to reconnect to it again and again, how can I stop it??</li>
+ <li>I want to have own status and/or msgs window for each servers</li>
+ </ul>
+ </li>
+ <li><a href="#lastlog-and-jumping-around-in-scrollback">/LASTLOG and jumping around in scrollback</a>
<ul>
- <li>How do I make F1 key do something?</li>
- </ul></li>
-<li><a href="#c10">Proxies and IRC bouncers</a>
+ <li>How can I save all texts in a window to file?</li>
+ </ul>
+ </li>
+ <li><a href="#logging">Logging</a></li>
+ <li><a href="#changing-keyboard-bindings">Changing keyboard bindings</a>
<ul>
- <li>What's this irssi-proxy?</li>
- </ul></li>
-<li><a href="#c11">Irssi's settings</a></li>
-<li><a href="#c12">Statusbar</a>
+ <li>How do I make F1 key do something?</li>
+ </ul>
+ </li>
+ <li><a href="#proxies-and-irc-bouncers">Proxies and IRC bouncers</a></li>
+ <li><a href="#irssis-settings">Irssi’s settings</a></li>
+ <li><a href="#statusbar">Statusbar</a>
<ul>
- <li>I loaded a statusbar script but it's not visible anywhere!</li>
- </ul></li>
+ <li>I loaded a statusbar script but it’s not visible anywhere!</li>
+ </ul>
+ </li>
</ol>
-<h3><a id="c1">1. For all the lazy people</a></h3>
+<h2 id="for-all-the-ircii-people">1. For all the ircII people</h2>
<p>These settings should give you pretty good defaults (the ones I use):</p>
-<p>If colors don't work, and you know you're not going to use some
-weird non-VT compatible terminal (you most probably aren't), just
-say:</p>
+<p>If colors don’t work, and you know you’re not going to use some weird non-VT compatible terminal (you most probably aren’t), just say:</p>
-<pre>
-/SET term_force_colors ON
-</pre>
+<pre><code> /SET term_force_colors ON
+</code></pre>
-<p>I don't like automatic query windows, I don't like status window, I do
-like msgs window where all messages go:</p>
+<p>I don’t like automatic query windows, I don’t like status window, I do like msgs window where all messages go:</p>
-<pre>
-/SET autocreate_own_query OFF
-/SET autocreate_query_level DCCMSGS
-/SET use_status_window OFF
-/SET use_msgs_window ON
-</pre>
+<pre><code> /SET autocreate_own_query OFF
+ /SET autocreate_query_level DCCMSGS
+ /SET use_status_window OFF
+ /SET use_msgs_window ON
+</code></pre>
-<p>Disable automatic window closing when <code>/PART</code>ing channel or
-<code>/UNQUERY</code>ing query:</p>
+<p>Disable automatic window closing when <code>/PART</code>ing channel or <code>/UNQUERY</code>ing query:</p>
-<pre>
-/SET autoclose_windows OFF
-/SET reuse_unused_windows ON
-</pre>
+<pre><code> /SET autoclose_windows OFF
+ /SET reuse_unused_windows ON
+</code></pre>
-<p>Here's the settings that make irssi work exactly like ircII in window
-management (send me a note if you can think of more):</p>
+<p>Here’s the settings that make irssi work exactly like ircII in window management (send me a note if you can think of more):</p>
-<pre>
-/SET autocreate_own_query OFF
-/SET autocreate_query_level NONE
-/SET use_status_window OFF
-/SET use_msgs_window OFF
-/SET reuse_unused_windows ON
-/SET windows_auto_renumber OFF
-
-/SET autostick_split_windows OFF
-/SET autoclose_windows OFF
-/SET print_active_channel ON
-</pre>
+<pre><code> /SET autocreate_own_query OFF
+ /SET autocreate_query_level NONE
+ /SET use_status_window OFF
+ /SET use_msgs_window OFF
+ /SET reuse_unused_windows ON
+ /SET windows_auto_renumber OFF
+
+ /SET autostick_split_windows OFF
+ /SET autoclose_windows OFF
+ /SET print_active_channel ON
+</code></pre>
<p>And example how to add servers:</p>
-<p>(OFTC network, identify with nickserv and wait for 2 seconds before
-joining channels)</p>
+<p>(OFTC network, identify with nickserv and wait for 2 seconds before joining channels)</p>
-<pre>
-/NETWORK ADD -autosendcmd "/^msg nickserv identify pass;wait 2000" OFTC
-</pre>
+<pre><code> /NETWORK ADD -autosendcmd "/^msg nickserv ident pass;wait 2000" OFTC
+</code></pre>
<p>(NOTE: use /IRCNET with 0.8.9 and older)</p>
-<p>Then add some servers to different networks (network is already set up
-for them), irc.kpnqwest.fi is used by default for IRCNet but if it fails,
-irc.funet.fi is tried next:</p>
+<p>Then add some servers to different networks (network is already set up for them), irc.kpnqwest.fi is used by default for IRCNet but if it fails, irc.funet.fi is tried next:</p>
-<pre>
-/SERVER ADD -auto -network IRCnet irc.kpnqwest.fi 6667
-/SERVER ADD -network IRCnet irc.funet.fi 6667
-/SERVER ADD -auto -network efnet efnet.cs.hut.fi 6667
-</pre>
+<pre><code> /SERVER ADD -auto -network IRCnet irc.kpnqwest.fi 6667
+ /SERVER ADD -network IRCnet irc.funet.fi 6667
+ /SERVER ADD -auto -network efnet efnet.cs.hut.fi 6667
+</code></pre>
-<p>Automatically join to channels after connected to server, send op request
-to bot after joined to efnet/#irssi:</p>
+<p>Automatically join to channels after connected to server, send op request to bot after joined to efnet/#irssi:</p>
-<pre>
-/CHANNEL ADD -auto #irssi IRCnet
-/CHANNEL ADD -auto -bots *!*bot@host.org -botcmd "/^msg $0 op pass" #irssi efnet
-</pre>
+<pre><code> /CHANNEL ADD -auto #irssi IRCnet
+ /CHANNEL ADD -auto -bots *!*bot@host.org -botcmd "/^msg $0 op pass" #irssi efnet
+</code></pre>
-If you want lines containing your nick to hilight:
+<p>If you want lines containing your nick to hilight:</p>
-<pre>
-/HILIGHT nick
-</pre>
+<pre><code> /HILIGHT nick
+</code></pre>
-<h3><a id="c2">2. Basic user interface usage</a></h3>
+<h2 id="basic-user-interface-usage">2. Basic user interface usage</h2>
-<p>Windows can be scrolled up/down with PgUp and PgDown keys. If they don't
-work for you, use Meta-p and Meta-n keys. For jumping to beginning or end of
-the buffer, use <code>/SB HOME</code> and <code>/SB END</code> commands.</p>
+<p>Windows can be scrolled up/down with PgUp and PgDown keys. If they don’t work for you, use Meta-p and Meta-n keys. For jumping to beginning or end of the buffer, use <code>/SB HOME</code> and <code>/SB END</code> commands.</p>
-<p>By default, irssi uses "hidden windows" for everything. Hidden window is
-created every time you <code>/JOIN</code> a channel or <code>/QUERY</code>
-someone. There's several ways you can change between these windows:</p>
+<p>By default, irssi uses “hidden windows” for everything. Hidden window is created every time you <code>/JOIN</code> a channel or <code>/QUERY</code> someone. There’s several ways you can change between these windows:</p>
-<pre>
-Meta-1, Meta-2, .. Meta-0 - Jump directly between windows 1-10
-Meta-q .. Meta-o - Jump directly between windows 11-19
-/WINDOW &lt;number&gt; - Jump to any window with specified number
-Ctrl-P, Ctrl-N - Jump to previous / next window
-</pre>
+<pre><code> Meta-1, Meta-2, .. Meta-0 - Jump directly between windows 1-10
+ Meta-q .. Meta-o - Jump directly between windows 11-19
+ /WINDOW &lt;number&gt; - Jump to any window with specified number
+ Ctrl-P, Ctrl-N - Jump to previous / next window
+</code></pre>
-<p>Clearly the easiest way is to use Meta-number keys. And what is the Meta
-key? ESC key always works as Meta, but there's also easier ways. ALT could
-work as Meta, or if you have Windows keyboard, left Windows key might work
-as Meta. If they don't work directly, you'll need to set a few X resources
-(NOTE: these work with both xterm and rxvt):</p>
+<p>Clearly the easiest way is to use Meta-number keys. And what is the Meta key? ESC key always works as Meta, but there’s also easier ways. ALT could work as Meta, or if you have Windows keyboard, left Windows key might work as Meta. If they don’t work directly, you’ll need to set a few X resources (NOTE: these work with both xterm and rxvt):</p>
-<pre>
-XTerm*eightBitInput: false
-XTerm*metaSendsEscape: true
-</pre>
+<pre><code> XTerm*eightBitInput: false
+ XTerm*metaSendsEscape: true
+</code></pre>
-<p>With rxvt, you can also specify which key acts as Meta key. So if you
-want to use ALT instead of Windows key for it, use:</p>
+<p>With rxvt, you can also specify which key acts as Meta key. So if you want to use ALT instead of Windows key for it, use:</p>
-<pre>
-rxvt*modifier: alt
-</pre>
+<pre><code> rxvt*modifier: alt
+</code></pre>
<p>You could do this by changing the X key mappings:</p>
-<pre>
-xmodmap -e "keysym Alt_L = Meta_L Alt_L"
-</pre>
+<pre><code> xmodmap -e "keysym Alt_L = Meta_L Alt_L"
+</code></pre>
-<p>And how exactly do you set these X resources? For Debian, there's
-<code>/etc/X11/Xresources/xterm</code> file where you can put them and it's
-read automatically when X starts. <code>~/.Xresources</code> and
-<code>~/.Xdefaults</code> files might also work. If you can't get anything
-else to work, just copy and paste those lines to <code>~/.Xresources</code>
-and directly call <code>xrdb -merge ~/.Xresources</code> in some xterm.
-The resources affect only the new xterms you start, not existing ones.</p>
+<p>And how exactly do you set these X resources? For Debian, there’s <code>/etc/X11/Xresources/xterm</code> file where you can put them and it’s read automatically when X starts. <code>~/.Xresources</code> and <code>~/.Xdefaults</code> files might also work. If you can’t get anything else to work, just copy and paste those lines to <code>~/.Xresources</code> and directly call <code>xrdb -merge ~/.Xresources</code> in some xterm. The resources affect only the new xterms you start, not existing ones.</p>
-<p>Many windows SSH clients also don't allow usage of ALT. One excellent
-client that does allow is putty, you can download it from
-<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">
-http://www.chiark.greenend.org.uk/~sgtatham/putty/</a>.</p>
+<p>Many windows SSH clients also don’t allow usage of ALT. One excellent client that does allow is putty, you can download it from <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/"> http://www.chiark.greenend.org.uk/~sgtatham/putty/</a>.</p>
-<p>Irssi also supports split windows, they've had some problems in past
-but I think they should work pretty well now :) Here's some commands
-related to them:</p>
+<p>Irssi also supports split windows, they’ve had some problems in past but I think they should work pretty well now :) Here’s some commands related to them:</p>
-<pre>
-/WINDOW NEW - Create new split window
-/WINDOW NEW HIDE - Create new hidden window
-/WINDOW CLOSE - Close split or hidden window
+<pre><code> /WINDOW NEW - Create new split window
+ /WINDOW NEW HIDE - Create new hidden window
+ /WINDOW CLOSE - Close split or hidden window
-/WINDOW HIDE [&lt;number&gt;|&lt;name&gt;] - Make the split window hidden window
-/WINDOW SHOW &lt;number&gt;|&lt;name&gt; - Make the hidden window a split window
+ /WINDOW HIDE [&lt;number&gt;|&lt;name&gt;] - Make the split window hidden window
+ /WINDOW SHOW &lt;number&gt;|&lt;name&gt; - Make the hidden window a split window
-/WINDOW SHRINK [&lt;lines&gt;] - Shrink the split window
-/WINDOW GROW [&lt;lines&gt;] - Grow the split window
-/WINDOW BALANCE - Balance the sizes of all split windows
-</pre>
+ /WINDOW SHRINK [&lt;lines&gt;] - Shrink the split window
+ /WINDOW GROW [&lt;lines&gt;] - Grow the split window
+ /WINDOW BALANCE - Balance the sizes of all split windows
+</code></pre>
-<p>By default, irssi uses "sticky windowing" for split windows. This means
-that windows created inside one split window cannot be moved to another
-split window without some effort. For example you could have following
-window layout:</p>
+<p>By default, irssi uses “sticky windowing” for split windows. This means that windows created inside one split window cannot be moved to another split window without some effort. For example you could have following window layout:</p>
-<pre>
-Split window 1: win#1 - Status window, win#2 - Messages window
-Split window 2: win#3 - IRCnet/#channel1, win#4 - IRCnet/#channel2
-Split window 3: win#5 - efnet/#channel1, win#6 - efnet/#channel2
-</pre>
+<pre><code> Split window 1: win#1 - Status window, win#2 - Messages window
+ Split window 2: win#3 - IRCnet/#channel1, win#4 - IRCnet/#channel2
+ Split window 3: win#5 - efnet/#channel1, win#6 - efnet/#channel2
+</code></pre>
-<p>When you are in win#1 and press ALT-6, irssi jumps to split window
-#3 and moves the efnet/#channel2 the active window.</p>
+<p>When you are in win#1 and press ALT-6, irssi jumps to split window #3 and moves the efnet/#channel2 the active window.</p>
-<p>With non-sticky windowing the windows don't have any relationship with
-split windows, pressing ALT-6 in win#1 moves win#6 to split window 1
-and sets it active, except if win#6 was already visible in some other
-split window irssi just changes to that split window. This it the way
-windows work with ircii, if you prefer it you can set it with</p>
+<p>With non-sticky windowing the windows don’t have any relationship with split windows, pressing ALT-6 in win#1 moves win#6 to split window 1 and sets it active, except if win#6 was already visible in some other split window irssi just changes to that split window. This it the way windows work with ircii, if you prefer it you can set it with</p>
-<pre>
-/SET autostick_split_windows OFF
-</pre>
+<pre><code> /SET autostick_split_windows OFF
+</code></pre>
-<p>Each window can have multiple channels, queries and other "window
-items" inside them. If you don't like windows at all, you disable
-automatic creating of them with</p>
+<p>Each window can have multiple channels, queries and other “window items” inside them. If you don’t like windows at all, you disable automatic creating of them with</p>
-<pre>
-/SET autocreate_windows OFF
-</pre>
+<pre><code> /SET autocreate_windows OFF
+</code></pre>
-<p>And if you keep all channels in one window, you most probably want
-the channel name printed in each line:</p>
+<p>And if you keep all channels in one window, you most probably want the channel name printed in each line:</p>
-<pre>
-/SET print_active_channel ON
-</pre>
+<pre><code> /SET print_active_channel ON
+</code></pre>
-<p>If you want to group only some channels or queries in one window,
-use</p>
+<p>If you want to group only some channels or queries in one window, use</p>
-<pre>
-/JOIN -window #channel
-/QUERY -window nick
-</pre>
+<pre><code> /JOIN -window #channel
+ /QUERY -window nick
+</code></pre>
-<h3><a id="c3">3. Server and channel automation</a></h3>
+<h2 id="server-and-channel-automation">3. Server and channel automation</h2>
-<p>Irssi's multiple IRC network support is IMHO very good - at least
-compared to other clients :) Even if you're only in one IRC network you
-should group all your servers to be in the same IRC network as this
-helps with reconnecting if your primary server breaks and is probably
-useful in some other ways too :) For information how to actually use
-irssi correctly with multiple servers see the chapter 6.</p>
+<p>Irssi’s multiple IRC network support is IMHO very good - at least compared to other clients :) Even if you’re only in one IRC network you should group all your servers to be in the same IRC network as this helps with reconnecting if your primary server breaks and is probably useful in some other ways too :) For information how to actually use irssi correctly with multiple servers see the chapter 6.</p>
-<p>First you need to have your IRC network set, use <code>/NETWORK</code>
-command to see if it's already there. If it isn't, use <code>/NETWORK ADD
-yournetwork</code>. If you want to execute some commands automatically when
-you're connected to some network, use <code>-autosendcmd</code> option.
-(NOTE: use /IRCNET with 0.8.9 and older.) Here's some examples:</p>
+<p>First you need to have your IRC network set, use <code>/NETWORK</code> command to see if it’s already there. If it isn’t, use <code>/NETWORK ADD yournetwork</code>. If you want to execute some commands automatically when you’re connected to some network, use <code>-autosendcmd</code> option. (NOTE: use /IRCNET with 0.8.9 and older.) Here’s some examples:</p>
-<pre>
-/NETWORK ADD -autosendcmd '^msg bot invite' IRCnet
-/NETWORK ADD -autosendcmd "/^msg nickserv identify pass;wait 2000" OFTC
-</pre>
+<pre><code> /NETWORK ADD -autosendcmd '^msg bot invite' IRCnet
+ /NETWORK ADD -autosendcmd "/^msg nickserv ident pass;wait 2000" OFTC
+</code></pre>
<p>After that you need to add your servers. For example:</p>
-<pre>
-/SERVER ADD -auto -network IRCnet irc.kpnqwest.fi 6667
-/SERVER ADD -auto -network worknet irc.mycompany.com 6667 password
-</pre>
+<pre><code> /SERVER ADD -auto -network IRCnet irc.kpnqwest.fi 6667
+ /SERVER ADD -auto -network worknet irc.mycompany.com 6667 password
+</code></pre>
-<p>The <code>-auto</code> option specifies that this server is
-automatically connected at startup. You don't need to make more than one
-server with <code>-auto</code> option to one IRC network, other servers are
-automatically connected in same network if the <code>-auto</code> server
-fails.</p>
+<p>The <code>-auto</code> option specifies that this server is automatically connected at startup. You don’t need to make more than one server with <code>-auto</code> option to one IRC network, other servers are automatically connected in same network if the <code>-auto</code> server fails.</p>
<p>And finally channels:</p>
-<pre>
-/CHANNEL ADD -auto -bots *!*bot@host.org -botcmd "/^msg $0 op pass" #irssi efnet
-/CHANNEL ADD -auto #secret IRCnet password
-</pre>
-
-<p><code>-bots</code> and <code>-botcmd</code> should be the only ones
-needing a bit of explaining. They're used to send commands automatically to
-bot when channel is joined, usually to get ops automatically. You can
-specify multiple bot masks with <code>-bots</code> option separated with
-spaces (and remember to quote the string then). The $0 in
-<code>-botcmd</code> specifies the first found bot in the list. If you
-don't need the bot masks (ie. the bot is always with the same nick, like
-chanserv) you can give only the <code>-botcmd</code> option and the command
-is always sent.</p>
-
-<h3><a id="c4">4. Setting up windows and automatically restoring them at startup</a></h3>
-
-<p>First connect to all the servers, join the channels and create the
-queries you want. If you want to move the windows or channels around
-use commands:</p>
+<pre><code> /CHANNEL ADD -auto -bots *!*bot@host.org -botcmd "/^msg $0 op pass" #irssi efnet
+ /CHANNEL ADD -auto #secret IRCnet password
+</code></pre>
-<pre>
-/WINDOW MOVE LEFT/RIGHT/number - move window elsewhere
-/WINDOW ITEM MOVE &lt;number&gt;|&lt;name&gt; - move channel/query to another window
-</pre>
+<p><code>-bots</code> and <code>-botcmd</code> should be the only ones needing a bit of explaining. They’re used to send commands automatically to bot when channel is joined, usually to get ops automatically. You can specify multiple bot masks with <code>-bots</code> option separated with spaces (and remember to quote the string then). The $0 in <code>-botcmd</code> specifies the first found bot in the list. If you don’t need the bot masks (ie. the bot is always with the same nick, like chanserv) you can give only the <code>-botcmd</code> option and the command is always sent.</p>
-<p>When everything looks the way you like, use <code>/LAYOUT SAVE</code>
-command (and <code>/SAVE</code>, if you don't have autosaving enabled) and
-when you start irssi next time, irssi remembers the positions of the
-channels, queries and everything. This "remembering" doesn't mean that
-simply using <code>/LAYOUT SAVE</code> would automatically make irssi
-reconnect to all servers and join all channels, you'll need the
-<code>/SERVER ADD -auto</code> and <code>/CHANNEL ADD -auto</code> commands
-to do that.</p>
+<h2 id="setting-up-windows-and-automatically-restoring-them-at-startup">4. Setting up windows and automatically restoring them at startup</h2>
-<p>If you want to change the layout, you just rearrange the layout like
-you want it and use <code>/LAYOUT SAVE</code> again. If you want to remove
-the layout for some reason, use <code>/LAYOUT RESET.</code></p>
+<p>First connect to all the servers, join the channels and create the queries you want. If you want to move the windows or channels around use commands:</p>
+<pre><code> /WINDOW MOVE LEFT/RIGHT/number - move window elsewhere
+ /WINDOW ITEM MOVE &lt;number&gt;|&lt;name&gt; - move channel/query to another window
+</code></pre>
-<h3><a id="c5">5. Status and msgs windows &amp; message levels</a></h3>
+<p>When everything looks the way you like, use <code>/LAYOUT SAVE</code> command (and <code>/SAVE</code>, if you don’t have autosaving enabled) and when you start irssi next time, irssi remembers the positions of the channels, queries and everything. This “remembering” doesn’t mean that simply using <code>/LAYOUT SAVE</code> would automatically make irssi reconnect to all servers and join all channels, you’ll need the <code>/SERVER ADD -auto</code> and <code>/CHANNEL ADD -auto</code> commands to do that.</p>
-<p>By default, all the "extra messages" go to status window. This means
-pretty much all messages that don't clearly belong to some channel or
-query. Some people like it, some don't. If you want to remove it, use</p>
+<p>If you want to change the layout, you just rearrange the layout like you want it and use <code>/LAYOUT SAVE</code> again. If you want to remove the layout for some reason, use <code>/LAYOUT RESET.</code></p>
-<pre>
-/SET use_status_window OFF
-</pre>
+<h2 id="status-and-msgs-windows--message-levels">5. Status and msgs windows &amp; message levels</h2>
-<p>This doesn't have any effect until you restart irssi. If you want to
-remove it immediately, just <code>/WINDOW CLOSE</code> it.</p>
+<p>By default, all the “extra messages” go to status window. This means pretty much all messages that don’t clearly belong to some channel or query. Some people like it, some don’t. If you want to remove it, use</p>
-<p>Another common window is "messages window", where all private
-messages go. By default it's disabled and query windows are created
-instead. To make all private messages go to msgs window, say:</p>
+<pre><code> /SET use_status_window OFF
+</code></pre>
-<pre>
-/SET use_msgs_window ON
-/SET autocreate_query_level DCCMSGS (or if you don't want queries to
- dcc chats either, say NONE)
-</pre>
+<p>This doesn’t have any effect until you restart irssi. If you want to remove it immediately, just <code>/WINDOW CLOSE</code> it.</p>
-<p>use_msgs_window either doesn't have any effect until restarting
-irssi. To create it immediately say:</p>
+<p>Another common window is “messages window”, where all private messages go. By default it’s disabled and query windows are created instead. To make all private messages go to msgs window, say:</p>
-<pre>
-/WINDOW NEW HIDE - create the window
-/WINDOW NAME (msgs) - name it to "(msgs)"
-/WINDOW LEVEL MSGS - make all private messages go to this window
-/WINDOW MOVE 1 - move it to first window
-</pre>
+<pre><code> /SET use_msgs_window ON
+ /SET autocreate_query_level DCCMSGS (or if you don't want queries to
+ dcc chats either, say NONE)
+</code></pre>
-<p>Note that neither use_msgs_window nor use_status_window have any
-effect at all if <code>/LAYOUT SAVE</code> has been used.</p>
+<p>use_msgs_window either doesn’t have any effect until restarting irssi. To create it immediately say:</p>
-<p>This brings us to message levels.. What are they? All messages that
-irssi prints have one or more "message levels". Most common are PUBLIC
-for public messages in channels, MSGS for private messages and CRAP for
-all sorts of messages with no real classification. You can get a whole
-list of levels with</p>
+<pre><code> /WINDOW NEW HIDE - create the window
+ /WINDOW NAME (msgs) - name it to "(msgs)"
+ /WINDOW LEVEL MSGS - make all private messages go to this window
+ /WINDOW MOVE 1 - move it to first window
+</code></pre>
-<pre>
-/HELP levels
-</pre>
+<p>Note that neither use_msgs_window nor use_status_window have any effect at all if <code>/LAYOUT SAVE</code> has been used.</p>
-<p>Status window has message level <code>ALL -MSGS</code>, meaning that all
-messages, except private messages, without more specific place go to status
-window. The <code>-MSGS</code> is there so it doesn't conflict with
-messages window.</p>
+<p>This brings us to message levels.. What are they? All messages that irssi prints have one or more “message levels”. Most common are PUBLIC for public messages in channels, MSGS for private messages and CRAP for all sorts of messages with no real classification. You can get a whole list of levels with</p>
+<pre><code> /HELP levels
+</code></pre>
-<h3><a id="c6">6. How support for multiple servers works in irssi</a></h3>
+<p>Status window has message level <code>ALL -MSGS</code>, meaning that all messages, except private messages, without more specific place go to status window. The <code>-MSGS</code> is there so it doesn’t conflict with messages window.</p>
-<p>ircii and several other clients support multiple servers by placing
-the connection into some window. IRSSI DOES NOT. There is no required
-relationship between window and server. You can connect to 10 servers
-and manage them all in just one window, or join channel in each one of
-them to one single window if you really want to. That being said, here's
-how you do connect to new server without closing the old connection:</p>
+<h2 id="how-support-for-multiple-servers-works-in-irssi">6. How support for multiple servers works in irssi</h2>
-<pre>
-/CONNECT irc.server.org
-</pre>
+<p>ircii and several other clients support multiple servers by placing the connection into some window. IRSSI DOES NOT. There is no required relationship between window and server. You can connect to 10 servers and manage them all in just one window, or join channel in each one of them to one single window if you really want to. That being said, here’s how you do connect to new server without closing the old connection:</p>
-<p>Instead of the <code>/SERVER</code> which disconnects the existing
-connection. To see list of all active connections, use <code>/SERVER</code>
-without any parameters. You should see a list of something like:</p>
+<pre><code> /CONNECT irc.server.org
+</code></pre>
-<pre>
--!- IRCNet: irc.song.fi:6667 (IRCNet)
--!- OFTC: irc.oftc.net:6667 (OFTC)
--!- RECON-1: 192.168.0.1:6667 () (02:59 left before reconnecting)
-</pre>
+<p>Instead of the <code>/SERVER</code> which disconnects the existing connection. To see list of all active connections, use <code>/SERVER</code> without any parameters. You should see a list of something like:</p>
-<p>Here you see that we're connected to IRCNet and OFTC networks.
-The IRCNet at the beginning is called the "server tag" while the
-(IRCnet) at the end shows the IRC network. Server tag specifies unique
-tag to refer to the server, usually it's the same as the IRC network.
-When the IRC network isn't known it's some part of the server name.
-When there's multiple connections to same IRC network or server, irssi
-adds a number after the tag so there could be network, network2, network3
-etc.</p>
+<pre><code> -!- IRCNet: irc.song.fi:6667 (IRCNet)
+ -!- OFTC: irc.oftc.net:6667 (OFTC)
+ -!- RECON-1: 192.168.0.1:6667 () (02:59 left before reconnecting)
+</code></pre>
-<p>Server tags beginning with <code>RECON-</code> mean server
-reconnections. Above we see that connection to server at 192.168.0.1 wasn't
-successful and irssi will try to connect it again in 3 minutes.</p>
+<p>Here you see that we’re connected to IRCNet and OFTC networks. The IRCNet at the beginning is called the “server tag” while the (IRCnet) at the end shows the IRC network. Server tag specifies unique tag to refer to the server, usually it’s the same as the IRC network. When the IRC network isn’t known it’s some part of the server name. When there’s multiple connections to same IRC network or server, irssi adds a number after the tag so there could be network, network2, network3 etc.</p>
-<p>To disconnect one of the servers, or to stop irssi from
-reconnecting, use</p>
+<p>Server tags beginning with <code>RECON-</code> mean server reconnections. Above we see that connection to server at 192.168.0.1 wasn’t successful and irssi will try to connect it again in 3 minutes.</p>
-<pre>
-/DISCONNECT network - disconnect server with tag "network"
-/DISCONNECT recon-1 - stop trying to reconnect to RECON-1 server
-/RMRECONNS - stop all server reconnections
+<p>To disconnect one of the servers, or to stop irssi from reconnecting, use</p>
-/RECONNECT recon-1 - immediately try reconnecting back to RECON-1
-/RECONNECT ALL - immediately try reconnecting back to all
- servers in reconnection queue
-</pre>
+<pre><code> /DISCONNECT network - disconnect server with tag "network"
+ /DISCONNECT recon-1 - stop trying to reconnect to RECON-1 server
+ /RMRECONNS - stop all server reconnections
-<p>Now that you're connected to all your servers, you'll have to know how
-to specify which one of them you want to use. One way is to have an
-empty window, like status or msgs window. In it, you can specify which
-server to set active with</p>
+ /RECONNECT recon-1 - immediately try reconnecting back to RECON-1
+ /RECONNECT ALL - immediately try reconnecting back to all
+ servers in reconnection queue
+</code></pre>
-<pre>
-/WINDOW SERVER tag - set server "tag" active
-Ctrl-X - set the next server in list active
-</pre>
+<p>Now that you’re connected to all your servers, you’ll have to know how to specify which one of them you want to use. One way is to have an empty window, like status or msgs window. In it, you can specify which server to set active with</p>
-<p>When the server is active, you can use it normally. When there's
-multiple connected servers, irssi adds [servertag] prefix to all
-messages in non-channel/query messages so you'll know where it came
-from.</p>
+<pre><code> /WINDOW SERVER tag - set server "tag" active
+ Ctrl-X - set the next server in list active
+</code></pre>
-<p>Several commands also accept <code>-servertag</code> option to specify
-which server it should use:</p>
+<p>When the server is active, you can use it normally. When there’s multiple connected servers, irssi adds [servertag] prefix to all messages in non-channel/query messages so you’ll know where it came from.</p>
-<pre>
-/MSG -tag nick message
-/JOIN -tag #channel
-/QUERY -tag nick
-</pre>
+<p>Several commands also accept <code>-servertag</code> option to specify which server it should use:</p>
-<p><code>/MSG</code> tab completion also automatically adds the
-<code>-tag</code> option when nick isn't in active server.</p>
+<pre><code> /MSG -tag nick message
+ /JOIN -tag #channel
+ /QUERY -tag nick
+</code></pre>
-<p>Window's server can be made sticky. When sticky, it will never
-automatically change to anything else, and if server gets disconnected, the
-window won't have any active server. When the server gets connected again,
-it is automatically set active in the window. To set the window's server
-sticky use</p>
+<p><code>/MSG</code> tab completion also automatically adds the <code>-tag</code> option when nick isn’t in active server.</p>
-<pre>
-/WINDOW SERVER -sticky tag
-</pre>
+<p>Window’s server can be made sticky. When sticky, it will never automatically change to anything else, and if server gets disconnected, the window won’t have any active server. When the server gets connected again, it is automatically set active in the window. To set the window’s server sticky use</p>
-<p>This is useful if you wish to have multiple status or msgs windows, one
-for each server. Here's how to do them (repeat for each server)</p>
+<pre><code> /WINDOW SERVER -sticky tag
+</code></pre>
-<pre>
-/WINDOW NEW HIDE
-/WINDOW NAME (status)
-/WINDOW LEVEL ALL -MSGS
-/WINDOW SERVER -sticky network
-
-/WINDOW NEW HIDE
-/WINDOW NAME (msgs)
-/WINDOW LEVEL MSGS
-/WINDOW SERVER -sticky network
-</pre>
+<p>This is useful if you wish to have multiple status or msgs windows, one for each server. Here’s how to do them (repeat for each server)</p>
-<h3><a id="c7">7. /LASTLOG and jumping around in scrollback</a></h3>
+<pre><code> /WINDOW NEW HIDE
+ /WINDOW NAME (status)
+ /WINDOW LEVEL ALL -MSGS
+ /WINDOW SERVER -sticky network
-<p><code>/LASTLOG</code> command can be used for searching texts in
-scrollback buffer. Simplest usages are</p>
+ /WINDOW NEW HIDE
+ /WINDOW NAME (msgs)
+ /WINDOW LEVEL MSGS
+ /WINDOW SERVER -sticky network
+</code></pre>
-<pre>
-/LASTLOG word - print all lines with "word" in them
-/LASTLOG word 10 - print last 10 occurrences of "word"
-/LASTLOG -topics - print all topic changes
-</pre>
+<h2 id="lastlog-and-jumping-around-in-scrollback">7. /LASTLOG and jumping around in scrollback</h2>
-<p>If there's more than 1000 lines to be printed, irssi thinks that you
-probably made some mistake and won't print them without <code>-force</code>
-option. If you want to save the full lastlog to file, use</p>
+<p><code>/LASTLOG</code> command can be used for searching texts in scrollback buffer. Simplest usages are</p>
-<pre>
-/LASTLOG -file ~/irc.log
-</pre>
+<pre><code> /LASTLOG word - print all lines with "word" in them
+ /LASTLOG word 10 - print last 10 occurances of "word"
+ /LASTLOG -topics - print all topic changes
+</code></pre>
-<p>With <code>-file</code> option you don't need <code>-force</code> even
-if there's more than 1000 lines. <code>/LASTLOG</code> has a lot of other
-options too, see <code>/HELP lastlog</code> for details.</p>
+<p>If there’s more than 1000 lines to be printed, irssi thinks that you probably made some mistake and won’t print them without <code>-force</code> option. If you want to save the full lastlog to file, use</p>
-<p>Once you've found the lines you were interested in, you might want
-to check the discussion around them. Irssi has <code>/SCROLLBACK</code> (or
-alias <code>/SB</code>) command for jumping around in scrollback buffer.
-Since <code>/LASTLOG</code> prints the timestamp when the message was
-originally printed, you can use <code>/SB GOTO hh:mm</code> to jump
-directly there. To get back to the bottom of scrollback, use <code>/SB
-END</code> command.</p>
+<pre><code> /LASTLOG -file ~/irc.log
+</code></pre>
+<p>With <code>-file</code> option you don’t need <code>-force</code> even if there’s more than 1000 lines. <code>/LASTLOG</code> has a lot of other options too, see <code>/HELP lastlog</code> for details.</p>
-<h3><a id="c8">8. Logging</a></h3>
+<p>Once you’ve found the lines you were interested in, you might want to check the discussion around them. Irssi has <code>/SCROLLBACK</code> (or alias <code>/SB</code>) command for jumping around in scrollback buffer. Since <code>/LASTLOG</code> prints the timestamp when the message was originally printed, you can use <code>/SB GOTO hh:mm</code> to jump directly there. To get back to the bottom of scrollback, use <code>/SB END</code> command.</p>
-<p>Irssi can automatically log important messages when you're set away
-(<code>/AWAY reason</code>). When you set yourself unaway
-(<code>/AWAY</code>), the new messages in away log are printed to screen.
-You can configure it with:</p>
+<h2 id="logging">8. Logging</h2>
-<pre>
-/SET awaylog_level MSGS HILIGHT - Specifies what messages to log
-/SET awaylog_file ~/.irssi/away.log - Specifies the file to use
-</pre>
+<p>Irssi can automatically log important messages when you’re set away (<code>/AWAY reason</code>). When you set yourself unaway (<code>/AWAY</code>), the new messages in away log are printed to screen. You can configure it with:</p>
-<p>Easiest way to start logging with Irssi is to use autologging. With it
-Irssi logs all channels and private messages to specified directory.
-You can turn it on with</p>
+<pre><code> /SET awaylog_level MSGS HILIGHT - Specifies what messages to log
+ /SET awaylog_file ~/.irssi/away.log - Specifies the file to use
+</code></pre>
-<pre>
-/SET autolog ON
-</pre>
+<p>Easiest way to start logging with Irssi is to use autologging. With it Irssi logs all channels and private messages to specified directory. You can turn it on with</p>
-<p>By default it logs pretty much everything execept CTCPS or CRAP
-(<code>/WHOIS</code> requests, etc). You can specify the logging level
-yourself with</p>
+<pre><code> /SET autolog ON
+</code></pre>
-<pre>
-/SET autolog_level ALL -CRAP -CLIENTCRAP -CTCPS (this is the default)
-</pre>
+<p>By default it logs pretty much everything execept CTCPS or CRAP (<code>/WHOIS</code> requests, etc). You can specify the logging level yourself with</p>
-<p>By default irssi logs to ~/irclogs/&lt;servertag&gt;/&lt;target&gt;.log.
-You can change this with</p>
+<pre><code> /SET autolog_level ALL -CRAP -CLIENTCRAP -CTCPS (this is the default)
+</code></pre>
-<pre>
-/SET autolog_path ~/irclogs/$tag/$0.log (this is the default)
-</pre>
+<p>By default irssi logs to ~/irclogs/<servertag>/<target>.log. You can change this with</target></servertag></p>
-<p>The path is automatically created if it doesn't exist. $0 specifies
-the target (channel/nick). You can make irssi automatically rotate the
-logs by adding date/time formats to the file name. The formats are in
-"man strftime" format. For example</p>
+<pre><code> /SET autolog_path ~/irclogs/$tag/$0.log (this is the default)
+</code></pre>
-<pre>
-/SET autolog_path ~/irclogs/%Y/$tag/$0.%m-%d.log
-</pre>
+<p>The path is automatically created if it doesn’t exist. $0 specifies the target (channel/nick). You can make irssi automatically rotate the logs by adding date/time formats to the file name. The formats are in “man strftime” format. For example</p>
-<p>For logging only some specific channels or nicks, see <code>/HELP
-log</code></p>
+<pre><code> /SET autolog_path ~/irclogs/%Y/$tag/$0.%m-%d.log
+</code></pre>
+<p>For logging only some specific channels or nicks, see <code>/HELP log</code></p>
-<h3><a id="c9">9. Changing keyboard bindings</a></h3>
+<h2 id="changing-keyboard-bindings">9. Changing keyboard bindings</h2>
-<p>You can change any keyboard binding that terminal lets irssi know
-about. It doesn't let irssi know everything, so for example
-shift-backspace can't be bound unless you modify xterm resources
-somehow.</p>
+<p>You can change any keyboard binding that terminal lets irssi know about. It doesn’t let irssi know everything, so for example shift-backspace can’t be bound unless you modify xterm resources somehow.</p>
-<p><code>/HELP bind</code> tells pretty much everything there is to know
-about keyboard bindings. However, there's the problem of how to bind some
-non-standard keys. They might differ a bit with each terminal, so you'll
-need to find out what exactly the keypress produces. Easiest way to check
-that would be to see what it prints in <code>cat</code>. Here's an example
-for pressing F1 key:</p>
+<p><code>/HELP bind</code> tells pretty much everything there is to know about keyboard bindings. However, there’s the problem of how to bind some non-standard keys. They might differ a bit with each terminal, so you’ll need to find out what exactly the keypress produces. Easiest way to check that would be to see what it prints in <code>cat</code>. Here’s an example for pressing F1 key:</p>
-<pre>
-[cras@hurina] ~% cat
-^[OP
-</pre>
+<pre><code> [cras@hurina] ~% cat
+ ^[OP
+</code></pre>
-<p>So in irssi you would use <code>/BIND ^[OP /ECHO F1 pressed</code>. If
-you use multiple terminals which have different bindings for the key, it
-would be better to use eg.:</p>
+<p>So in irssi you would use <code>/BIND ^[OP /ECHO F1 pressed</code>. If you use multiple terminals which have different bindings for the key, it would be better to use eg.:</p>
-<pre>
-/BIND ^[OP key F1
-/BIND ^[11~ key F1
-/BIND F1 /ECHO F1 pressed.
-</pre>
+<pre><code> /BIND ^[OP key F1
+ /BIND ^[11~ key F1
+ /BIND F1 /ECHO F1 pressed.
+</code></pre>
-<h3><a id="c10">10. Proxies and IRC bouncers</a></h3>
+<h2 id="proxies-and-irc-bouncers">10. Proxies and IRC bouncers</h2>
-<p>Irssi supports connecting to IRC servers via a proxy. All server
-connections are then made through it, and if you've set up everything
-properly, you don't need to do any <code>/QUOTE SERVER</code> commands
-manually.</p>
+<p>Irssi supports connecting to IRC servers via a proxy. All server connections are then made through it, and if you’ve set up everything properly, you don’t need to do any <code>/QUOTE SERVER</code> commands manually.</p>
-<p>Here's an example: You have your bouncer (lets say, BNC or BNC-like)
-listening in irc.bouncer.org port 5000. You want to use it to connect
-to servers irc.dalnet and irc.efnet.org. First you'd need to setup the
-bouncer:</p>
+<p>Here’s an example: You have your bouncer (lets say, BNC or BNC-like) listening in irc.bouncer.org port 5000. You want to use it to connect to servers irc.dalnet and irc.efnet.org. First you’d need to setup the bouncer:</p>
-<pre>
-/SET use_proxy ON
-/SET proxy_address irc.bouncer.org
-/SET proxy_port 5000
+<pre><code> /SET use_proxy ON
+ /SET proxy_address irc.bouncer.org
+ /SET proxy_port 5000
-/SET proxy_password YOUR_BNC_PASSWORD_HERE
-/SET -clear proxy_string
-/SET proxy_string_after conn %s %d
-</pre>
+ /SET proxy_password YOUR_BNC_PASSWORD_HERE
+ /SET -clear proxy_string
+ /SET proxy_string_after conn %s %d
+</code></pre>
-<p>Then you'll need to add the server connections. These are done
-exactly as if you'd want to connect directly to them. Nothing special
-about them:</p>
+<p>Then you’ll need to add the server connections. These are done exactly as if you’d want to connect directly to them. Nothing special about them:</p>
-<pre>
-/SERVER ADD -auto -network dalnet irc.dal.net
-/SERVER ADD -auto -network efnet irc.efnet.org
-</pre>
+<pre><code> /SERVER ADD -auto -network dalnet irc.dal.net
+ /SERVER ADD -auto -network efnet irc.efnet.org
+</code></pre>
-<p>With the proxy <code>/SET</code>s however, irssi now connects to those
-servers through your BNC. All server connections are made through them so
-you can just forget that your bouncer even exists.</p>
+<p>With the proxy <code>/SET</code>s however, irssi now connects to those servers through your BNC. All server connections are made through them so you can just forget that your bouncer even exists.</p>
-<p>If you don't want to use the proxy for some reason, there's
-<code>-noproxy</code> option which you can give to <code>/SERVER</code> and
-<code>/SERVER ADD</code> commands.</p>
+<p>If you don’t want to use the proxy for some reason, there’s <code>-noproxy</code> option which you can give to <code>/SERVER</code> and <code>/SERVER ADD</code> commands.</p>
<p><strong>Proxy specific settings:</strong></p>
<p>All proxies have these settings in common:</p>
-<pre>
-/SET use_proxy ON
-/SET proxy_address &lt;Proxy host address&gt;
-/SET proxy_port &lt;Proxy port&gt;
-</pre>
+<pre><code> /SET use_proxy ON
+ /SET proxy_address &lt;Proxy host address&gt;
+ /SET proxy_port &lt;Proxy port&gt;
+</code></pre>
<p><strong>HTTP proxy</strong></p>
<p>Use these settings with HTTP proxies:</p>
-<pre>
-/SET -clear proxy_password
-/EVAL SET proxy_string CONNECT %s:%d HTTP/1.0\n\n
-</pre>
+<pre><code> /SET -clear proxy_password
+ /EVAL SET proxy_string CONNECT %s:%d HTTP/1.0\n\n
+</code></pre>
<p><strong>BNC</strong></p>
-<pre>
-/SET proxy_password your_pass
-/SET -clear proxy_string
-/SET proxy_string_after conn %s %d
-</pre>
+<pre><code> /SET proxy_password your_pass
+ /SET -clear proxy_string
+ /SET proxy_string_after conn %s %d
+</code></pre>
<p><strong>dircproxy</strong></p>
-<p>dircproxy separates the server connections by passwords. So, if you
-for example have network connection with password ircpass and
-OFTC connection with oftcpass, you would do something like
-this:</p>
+<p>dircproxy separates the server connections by passwords. So, if you for example have network connection with password ircpass and OFTC connection with oftcpass, you would do something like this:</p>
-<pre>
-/SET -clear proxy_password
-/SET -clear proxy_string
+<pre><code> /SET -clear proxy_password
+ /SET -clear proxy_string
-/SERVER ADD -auto -network IRCnet fake.network 6667 ircpass
-/SERVER ADD -auto -network OFTC fake.oftc 6667 oftcpass
-</pre>
+ /SERVER ADD -auto -network IRCnet fake.network 6667 ircpass
+ /SERVER ADD -auto -network OFTC fake.oftc 6667 oftcpass
+</code></pre>
-<p>The server name and port you give isn't used anywhere, so you can
-put anything you want in there.</p>
+<p>The server name and port you give isn’t used anywhere, so you can put anything you want in there.</p>
<p><strong>psyBNC</strong></p>
-<p>psyBNC has internal support for multiple servers. However, it could
-be a bit annoying to use, and some people just use different users for
-connecting to different servers. You can manage this in a bit same way
-as with dircproxy, by creating fake connections:</p>
+<p>psyBNC has internal support for multiple servers. However, it could be a bit annoying to use, and some people just use different users for connecting to different servers. You can manage this in a bit same way as with dircproxy, by creating fake connections:</p>
-<pre>
-/SET -clear proxy_password
-/SET -clear proxy_string
+<pre><code> /SET -clear proxy_password
+ /SET -clear proxy_string
-/NETWORK ADD -user networkuser IRCnet
-/SERVER ADD -auto -network IRCnet fake.network 6667 ircpass
-/NETWORK ADD -user oftcuser OFTC
-/SERVER ADD -auto -network OFTC fake.oftc 6667 oftcpass
-</pre>
+ /NETWORK ADD -user networkuser IRCnet
+ /SERVER ADD -auto -network IRCnet fake.network 6667 ircpass
+ /NETWORK ADD -user oftcuser OFTC
+ /SERVER ADD -auto -network OFTC fake.oftc 6667 oftcpass
+</code></pre>
-<p>So, you'll specify the usernames with <code>/NETWORK ADD</code> command,
-and the user's password with <code>/SERVER ADD</code>.</p>
+<p>So, you’ll specify the usernames with <code>/NETWORK ADD</code> command, and the user’s password with <code>/SERVER ADD</code>.</p>
<p>(NOTE: use /IRCNET with 0.8.9 and older.)</p>
<p><strong>Irssi proxy</strong></p>
-<p>Irssi contains it's own proxy which you can build giving
-<code>--with-proxy</code> option to configure. You'll still need to run
-irssi in a screen to use it though.</p>
+<p>Irssi contains it’s own proxy which you can build giving <code>\--with-proxy</code> option to configure. You’ll still need to run irssi in a screen to use it though.</p>
-<p>Irssi proxy is a bit different than most proxies, normally proxies
-create a new connection to IRC server when you connect to it, but
-<strong>irssi proxy shares your existing IRC connection(s) to multiple
-clients</strong>. And even more clearly: <strong>You can use only one IRC
-server connection to IRC with as many clients as you want</strong>. Can
-anyone figure out even more easier ways to say this, so I wouldn't need to
-try to explain this thing for minutes every time? :)</p>
+<p>Irssi proxy is a bit different than most proxies, normally proxies create a new connection to IRC server when you connect to it, but <strong>irssi proxy shares your existing IRC connection(s) to multiple clients</strong>. And even more clearly: <strong>You can use only one IRC server connection to IRC with as many clients as you want</strong>. Can anyone figure out even more easier ways to say this, so I wouldn’t need to try to explain this thing for minutes every time? :)</p>
-<p>Irssi proxy supports sharing multiple server connections in different
-ports, like you can share network in port 2777 and efnet in port 2778.</p>
+<p>Irssi proxy supports sharing multiple server connections in different ports, like you can share network in port 2777 and efnet in port 2778.</p>
<p>Usage in proxy side:</p>
-<pre>
-/LOAD proxy
-/SET irssiproxy_password &lt;password&gt;
-/SET irssiproxy_ports &lt;network&gt;=&lt;port&gt; ... (eg. IRCnet=2777 efnet=2778)
-</pre>
+<pre><code> /LOAD proxy
+ /SET irssiproxy_password &lt;password&gt;
+ /SET irssiproxy_ports &lt;network&gt;=&lt;port&gt; ... (eg. IRCnet=2777 efnet=2778)
+</code></pre>
-<p><strong>NOTE</strong>: you <strong>MUST</strong> add all the servers you
-are using to server and network lists with <code>/SERVER ADD</code> and
-<code>/NETWORK ADD</code>. ..Except if you really don't want to for some
-reason, and you only use one server connection, you may simply set:</p>
+<p><strong>NOTE</strong>: you <strong>MUST</strong> add all the servers you are using to server and network lists with <code>/SERVER ADD</code> and <code>/NETWORK ADD</code>. ..Except if you really don’t want to for some reason, and you only use one server connection, you may simply set:</p>
-<pre>
-/SET irssiproxy_ports *=2777
-</pre>
+<pre><code> /SET irssiproxy_ports *=2777
+</code></pre>
<p>The special network name <code>?</code> allows the client to select the
network dynamically on connect (see below):</p>
@@ -744,13 +506,11 @@ network dynamically on connect (see below):</p>
<p>Usage in client side:</p>
-<p>Just connect to the irssi proxy like it is a normal server with password
-specified in <code>/SET irssiproxy_password</code>. For example:</p>
+<p>Just connect to the irssi proxy like it is a normal server with password specified in <code>/SET irssiproxy_password</code>. For example:</p>
-<pre>
-/SERVER ADD -network IRCnet my.irssi-proxy.org 2777 secret
-/SERVER ADD -network efnet my.irssi-proxy.org 2778 secret
-</pre>
+<pre><code> /SERVER ADD -network IRCnet my.irssi-proxy.org 2777 secret
+ /SERVER ADD -network efnet my.irssi-proxy.org 2778 secret
+</code></pre>
<p>Or, if you used <code>?</code> in <code>irssiproxy_ports</code>:</p>
@@ -766,231 +526,138 @@ separated by <code>:</code> from the actual proxy password.</p>
<p><strong>SOCKS</strong></p>
-Irssi can be compiled with socks support (<code>--with-socks</code> option
-to configure), but I don't really know how it works, if at all. <code>/SET
-proxy</code> settings don't have anything to do with socks however.
+<p>Irssi can be compiled with socks support (<code>\--with-socks</code> option to configure), but I don’t really know how it works, if at all. <code>/SET proxy</code> settings don’t have anything to do with socks however.</p>
<p><strong>Others</strong></p>
-<p>IRC bouncers usually work like IRC servers, and want a password. You can
-give it with:</p>
+<p>IRC bouncers usually work like IRC servers, and want a password. You can give it with:</p>
-<pre>
-/SET proxy_password &lt;password&gt;
-</pre>
+<pre><code> /SET proxy_password &lt;password&gt;
+</code></pre>
-<p>Irssi's defaults for connect strings are</p>
+<p>Irssi’s defaults for connect strings are</p>
-<pre>
-/SET proxy_string CONNECT %s %d
-/SET proxy_string_after
-</pre>
+<pre><code> /SET proxy_string CONNECT %s %d
+ /SET proxy_string_after
+</code></pre>
-<p>The proxy_string is sent before NICK/USER commands, the
-proxy_string_after is sent after them. %s and %d can be used with both
-of them.</p>
+<p>The proxy_string is sent before NICK/USER commands, the proxy_string_after is sent after them. %s and %d can be used with both of them.</p>
-<h3><a id="c11">11. Irssi's settings</a></h3>
+<h2 id="irssis-settings">11. Irssi’s settings</h2>
-<p>You probably don't like Irssi's default settings. I don't like them.
-But I'm still convinced that they're pretty good defaults. Here's some
-of them you might want to change (the default value is shown):</p>
+<p>You probably don’t like Irssi’s default settings. I don’t like them. But I’m still convinced that they’re pretty good defaults. Here’s some of them you might want to change (the default value is shown): Also check the <a href="/documentation/settings/">Settings Documentation</a></p>
<p><strong>Queries</strong></p>
<dl>
-<dt>/SET autocreate_own_query ON</dt>
- <dd>Should new query window be created when you send message to someone
- (with <code>/MSG</code>).</dd>
-
-<dt>/SET autocreate_query_level MSGS</dt>
- <dd>New query window should be created when receiving messages with
- this level. MSGS, DCCMSGS and NOTICES levels work currently. You can
- disable this with <code>/SET -clear autocreate_query_level</code>.</dd>
-
-<dt>/SET autoclose_query 0</dt>
- <dd>Query windows can be automatically closed after certain time of
- inactivity. Queries with unread messages aren't closed and active
- window is neither never closed. The value is given in seconds.</dd>
+ <dt>/SET autocreate_own_query ON</dt>
+ <dd>Should new query window be created when you send message to someone (with <code>/MSG</code>).</dd>
+ <dt>/SET autocreate_query_level MSGS</dt>
+ <dd>New query window should be created when receiving messages with this level. MSGS, DCCMSGS and NOTICES levels work currently. You can disable this with <code>/SET -clear autocreate_query_level</code>.</dd>
+ <dt>/SET autoclose_query 0</dt>
+ <dd>Query windows can be automatically closed after certain time of inactivity. Queries with unread messages aren’t closed and active window is neither never closed. The value is given in seconds.</dd>
</dl>
<p><strong>Windows</strong></p>
<dl>
-<dt>/SET use_msgs_window OFF</dt>
- <dd>Create messages window at startup. All private messages go to this
- window. This only makes sense if you've disabled automatic query
- windows. Message window can also be created manually with /WINDOW LEVEL
- MSGS, /WINDOW NAME (msgs).</dd>
-
-<dt>/SET use_status_window ON</dt>
- <dd>Create status window at startup. All messages that don't really
- have better place go here, like all /WHOIS replies etc. Status window
- can also be created manually with <code>/WINDOW LEVEL ALL -MSGS</code>,
- <code>/WINDOW NAME (status)</code>.</dd>
-
-<dt>/SET autocreate_windows ON</dt>
- <dd>Should we create new windows for new window items or just place
- everything in one window</dd>
-
-<dt>/SET autoclose_windows ON</dt>
- <dd>Should window be automatically closed when the last item in them is
- removed (ie. <code>/PART</code>, <code>/UNQUERY</code>).</dd>
-
-<dt>/SET reuse_unused_windows OFF</dt>
- <dd>When finding where to place new window item (channel, query) Irssi
- first tries to use already existing empty windows. If this is set ON,
- new window will always be created for all window items. This setting is
- ignored if autoclose_windows is set ON.</dd>
-
-<dt>/SET window_auto_change OFF</dt>
- <dd>Should Irssi automatically change to automatically created windows -
- usually queries when someone sends you a message. To prevent
- accidentally sending text meant to some other channel/nick, Irssi
- clears the input buffer when changing the window. The text is still in
- scrollback buffer, you can get it back with pressing arrow up key.</dd>
-
-<dt>/SET print_active_channel OFF</dt>
- <dd>When you keep more than one channel in same window, Irssi prints
- the messages coming to active channel as <code>&lt;nick&gt; text</code>
- and other channels as <code>&lt;nick:channel&gt; text</code>. If this
- setting is set ON, the messages to active channels are also printed in
- the latter way.</dd>
-
-<dt>/SET window_history OFF</dt>
+ <dt>/SET use_msgs_window OFF</dt>
+ <dd>Create messages window at startup. All private messages go to this window. This only makes sense if you’ve disabled automatic query windows. Message window can also be created manually with /WINDOW LEVEL MSGS, /WINDOW NAME (msgs).</dd>
+ <dt>/SET use_status_window ON</dt>
+ <dd>Create status window at startup. All messages that don’t really have better place go here, like all /WHOIS replies etc. Status window can also be created manually with <code>/WINDOW LEVEL ALL -MSGS</code>, <code>/WINDOW NAME (status)</code>.</dd>
+ <dt>/SET autocreate_windows ON</dt>
+ <dd>Should we create new windows for new window items or just place everything in one window</dd>
+ <dt>/SET autoclose_windows ON</dt>
+ <dd>Should window be automatically closed when the last item in them is removed (ie. <code>/PART</code>, <code>/UNQUERY</code>).</dd>
+ <dt>/SET reuse_unused_windows OFF</dt>
+ <dd>When finding where to place new window item (channel, query) Irssi first tries to use already existing empty windows. If this is set ON, new window will always be created for all window items. This setting is ignored if autoclose_windows is set ON.</dd>
+ <dt>/SET window_auto_change OFF</dt>
+ <dd>Should Irssi automatically change to automatically created windows - usually queries when someone sends you a message. To prevent accidentally sending text meant to some other channel/nick, Irssi clears the input buffer when changing the window. The text is still in scrollback buffer, you can get it back with pressing arrow up key.</dd>
+ <dt>/SET print_active_channel OFF</dt>
+ <dd>When you keep more than one channel in same window, Irssi prints the messages coming to active channel as <code>&lt;nick&gt; text</code> and other channels as <code>&lt;nick:channel&gt; text</code>. If this setting is set ON, the messages to active channels are also printed in the latter way.</dd>
+ <dt>/SET window_history OFF</dt>
<dd>Should command history be kept separate for each window.</dd>
</dl>
-
<p><strong>User information</strong></p>
<dl>
-<dt>/SET nick</dt>
+ <dt>/SET nick</dt>
<dd>Your nick name</dd>
-
-<dt>/SET alternate_nick</dt>
+ <dt>/SET alternate_nick</dt>
<dd>Your alternate nick.</dd>
-
-<dt>/SET user_name</dt>
- <dd>Your username, if you have ident enabled this doesn't affect
- anything</dd>
-
-<dt>/SET real_name</dt>
+ <dt>/SET user_name</dt>
+ <dd>Your username, if you have ident enabled this doesn’t affect anything</dd>
+ <dt>/SET real_name</dt>
<dd>Your real name.</dd>
</dl>
-
<p><strong>Server information</strong></p>
<dl>
-<dt>/SET skip_motd OFF</dt>
- <dd>Should we hide server's MOTD (Message Of The Day).</dd>
-
-<dt>/SET server_reconnect_time 300</dt>
- <dd>Seconds to wait before connecting to same server again. Don't set
- this too low since it usually doesn't help at all - if the host is
- down, the few extra minutes of waiting won't hurt much.</dd>
-
-<dt>/SET lag_max_before_disconnect 300</dt>
- <dd>Maximum server lag in seconds before disconnecting and trying to
- reconnect. This happens mostly only when network breaks between you and
- IRC server.</dd>
+ <dt>/SET skip_motd OFF</dt>
+ <dd>Should we hide server’s MOTD (Message Of The Day).</dd>
+ <dt>/SET server_reconnect_time 300</dt>
+ <dd>Seconds to wait before connecting to same server again. Don’t set this too low since it usually doesn’t help at all - if the host is down, the few extra minutes of waiting won’t hurt much.</dd>
+ <dt>/SET lag_max_before_disconnect 300</dt>
+ <dd>Maximum server lag in seconds before disconnecting and trying to reconnect. This happens mostly only when network breaks between you and IRC server.</dd>
</dl>
-
<p><strong>Appearance</strong></p>
<dl>
-<dt>/SET timestamps ON</dt>
+ <dt>/SET timestamps ON</dt>
<dd>Show timestamps before each message.</dd>
-
-<dt>/SET hide_text_style OFF</dt>
+ <dt>/SET hide_text_style OFF</dt>
<dd>Hide all bolds, underlines, MIRC colors, etc.</dd>
-
-<dt>/SET show_nickmode ON</dt>
- <dd>Show the nick's mode before nick in channels, ie. ops have
- <code>&lt;@nick&gt;</code>, voices <code>&lt;+nick&gt;</code> and others
- <code>&lt;&nbsp;nick&gt;</code></dd>
-
-<dt>/SET show_nickmode_empty ON</dt>
- <dd>If the nick doesn't have a mode, use one space. ie. ON:
- <code>&lt;&nbsp;nick&gt;</code>, OFF: <code>&lt;nick&gt;</code></dd>
-
-<dt>/SET show_quit_once OFF</dt>
- <dd>Show quit message only once in some of the channel windows the
- nick was in instead of in all windows.</dd>
-
-<dt>/SET lag_min_show 100</dt>
- <dd>Show the server lag in status bar if it's bigger than this, the
- unit is 1/100 of seconds (ie. the default value of 100 = 1 second).</dd>
-
-<dt>/SET indent 10</dt>
- <dd>When lines are longer than screen width they have to be split to
- multiple lines. This specifies how much space to put at the beginning
- of the line before the text begins. This can be overridden in text
- formats with <code>%|</code> format.</dd>
-
-<dt>/SET activity_hide_targets</dt>
- <dd>If you don't want to see window activity in some certain channels
- or queries, list them here. For example <code>#boringchannel =bot1
- =bot2</code>. If any highlighted text or message for you appears in that
- window, this setting is ignored and the activity is shown.</dd>
+ <dt>/SET show_nickmode ON</dt>
+ <dd>Show the nick’s mode before nick in channels, ie. ops have <code>&lt;@nick&gt;</code>, voices <code>&lt;+nick&gt;</code> and others <code>&lt; nick&gt;</code></dd>
+ <dt>/SET show_nickmode_empty ON</dt>
+ <dd>If the nick doesn’t have a mode, use one space. ie. ON: <code>&lt; nick&gt;</code>, OFF: <code>&lt;nick&gt;</code></dd>
+ <dt>/SET show_quit_once OFF</dt>
+ <dd>Show quit message only once in some of the channel windows the nick was in instead of in all windows.</dd>
+ <dt>/SET lag_min_show 100</dt>
+ <dd>Show the server lag in status bar if it’s bigger than this, the unit is 1/100 of seconds (ie. the default value of 100 = 1 second).</dd>
+ <dt>/SET indent 10</dt>
+ <dd>When lines are longer than screen width they have to be split to multiple lines. This specifies how much space to put at the beginning of the line before the text begins. This can be overridden in text formats with <code>%|</code> format.</dd>
+ <dt>/SET activity_hide_targets</dt>
+ <dd>If you don’t want to see window activity in some certain channels or queries, list them here. For example <code>#boringchannel =bot1 =bot2</code>. If any highlighted text or message for you appears in that window, this setting is ignored and the activity is shown.</dd>
</dl>
<p><strong>Nick completion</strong></p>
<dl>
-<dt>/SET completion_auto OFF</dt>
- <dd>Automatically complete the nick if line begins with start of nick
- and the completion character. Learn to use the tab-completion instead,
- it's a lot better ;)</dd>
-
-<dt>/SET completion_char :</dt>
+ <dt>/SET completion_auto OFF</dt>
+ <dd>Automatically complete the nick if line begins with start of nick and the completion character. Learn to use the tab-completion instead, it’s a lot better ;)</dd>
+ <dt>/SET completion_char :</dt>
<dd>Completion character to use.</dd>
</dl>
-<h3><a id="c12">12. Statusbar</a></h3>
+<h2 id="statusbar">12. Statusbar</h2>
<p><code>/STATUSBAR</code> displays a list of statusbars:</p>
-<pre>
-Name Type Placement Position Visible
-window window bottom 0 always
-window_inact window bottom 1 inactive
-prompt root bottom 100 always
-topic root top 1 always
-</pre>
+<pre><code> Name Type Placement Position Visible
+ window window bottom 0 always
+ window_inact window bottom 1 inactive
+ prompt root bottom 100 always
+ topic root top 1 always
+</code></pre>
-<p><code>/STATUSBAR &lt;name&gt;</code> prints the statusbar settings and
-it's items. <code>/STATUSBAR &lt;name&gt; ENABLE|DISABLE</code>
-enables/disables the statusbar. <code>/STATUSBAR &lt;name&gt; RESET</code>
-resets the statusbar to it's default settings, or if the statusbar was
-created by you, it will be removed.</p>
+<p><code>/STATUSBAR &lt;name&gt;</code> prints the statusbar settings and it’s items. <code>/STATUSBAR &lt;name&gt; ENABLE|DISABLE</code> enables/disables the statusbar. <code>/STATUSBAR &lt;name&gt; RESET</code> resets the statusbar to it’s default settings, or if the statusbar was created by you, it will be removed.</p>
-<p>Type can be window or root, meaning if the statusbar should be
-created for each split window, or just once. Placement can be top or
-bottom. Position is a number, the higher the value the lower in screen
-it is. Visible can be always, active or inactive. Active/inactive is
-useful only with split windows, one split window is active and the rest
-are inactive. These settings can be changed with:</p>
+<p>Type can be window or root, meaning if the statusbar should be created for each split window, or just once. Placement can be top or bottom. Position is a number, the higher the value the lower in screen it is. Visible can be always, active or inactive. Active/inactive is useful only with split windows, one split window is active and the rest are inactive. These settings can be changed with:</p>
-<pre>
-/STATUSBAR &lt;name&gt; TYPE window|root
-/STATUSBAR &lt;name&gt; PLACEMENT top|bottom
-/STATUSBAR &lt;name&gt; POSITION &lt;num&gt;
-/STATUSBAR &lt;name&gt; VISIBLE always|active|inactive
-</pre>
+<pre><code> /STATUSBAR &lt;name&gt; TYPE window|root
+ /STATUSBAR &lt;name&gt; PLACEMENT top|bottom
+ /STATUSBAR &lt;name&gt; POSITION &lt;num&gt;
+ /STATUSBAR &lt;name&gt; VISIBLE always|active|inactive
+</code></pre>
-<p>When loading a new statusbar scripts, you'll need to also specify
-where you want to show it. Statusbar items can be modified with:</p>
+<p>When loading a new statusbar scripts, you’ll need to also specify where you want to show it. Statusbar items can be modified with:</p>
-<pre>
-/STATUSBAR &lt;name&gt; ADD [-before | -after &lt;item&gt;] [-priority #] [-alignment left|right] &lt;item&gt;
-/STATUSBAR &lt;name&gt; REMOVE &lt;item&gt;
-</pre>
+<pre><code> /STATUSBAR &lt;name&gt; ADD [-before | -after &lt;item&gt;] [-priority #] [-alignment left|right] &lt;item&gt;
+ /STATUSBAR &lt;name&gt; REMOVE &lt;item&gt;
+</code></pre>
-<p>The item name with statusbar scripts is usually same as the script's
-name. Script's documentation should tell if this isn't the case. So, to
-add mail.pl before the window activity item (see the list with
-<code>/STATUSBAR</code> window), use: <code>/STATUSBAR window ADD -before
-act mail</code>.</p>
+<p>The item name with statusbar scripts is usually same as the script’s name. Script’s documentation should tell if this isn’t the case. So, to add mail.pl before the window activity item (see the list with <code>/STATUSBAR</code> window), use: <code>/STATUSBAR window ADD -before act mail</code>.</p>