1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

removed spaces inside <pre> tags.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2876 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-08-14 19:05:21 +00:00 committed by cras
parent 6d3feec5f3
commit cf436bdaf5

View File

@ -128,8 +128,7 @@ 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
/CHANNEL ADD -auto -bots *!*bot@host.org -botcmd "/^msg $0 op pass" #irssi efnet
</pre>
If you want lines containing your nick to hilight:
@ -291,8 +290,7 @@ 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 -bots *!*bot@host.org -botcmd "/^msg $0 op pass" #irssi efnet
/CHANNEL ADD -auto #secret ircnet password
</pre>
@ -583,7 +581,7 @@ for pressing F1 key:</p>
^[OP
</pre>
<p>So in irssi you would use <code>/BIND ^[OP /ECHO F1</code> pressed. If
<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>
@ -954,18 +952,18 @@ 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
/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>
<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;
/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>
<p>The item name with statusbar scripts is usually same as the script's