forked from PsychoticNinja/irssi
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:
parent
6d3feec5f3
commit
cf436bdaf5
@ -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 <name> TYPE window|root
|
||||
STATUSBAR <name> PLACEMENT top|bottom
|
||||
STATUSBAR <name> POSITION <num>
|
||||
STATUSBAR <name> VISIBLE always|active|inactive
|
||||
/STATUSBAR <name> TYPE window|root
|
||||
/STATUSBAR <name> PLACEMENT top|bottom
|
||||
/STATUSBAR <name> POSITION <num>
|
||||
/STATUSBAR <name> 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 <name> ADD [-before | -after <item>] [-priority #] [-alignment left|right] <item>
|
||||
STATUSBAR <name> REMOVE <item>
|
||||
/STATUSBAR <name> ADD [-before | -after <item>] [-priority #] [-alignment left|right] <item>
|
||||
/STATUSBAR <name> REMOVE <item>
|
||||
</pre>
|
||||
|
||||
<p>The item name with statusbar scripts is usually same as the script's
|
||||
|
Loading…
x
Reference in New Issue
Block a user