1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00

Typofixes to -bots commands - *!*@bot@.. -> *!*bot@...

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1996 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-12 19:17:04 +00:00 committed by cras
parent e577b8a771
commit bed6769ba1

View File

@ -84,7 +84,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"
/CHANNEL ADD -auto -bots *!*bot@host.org -botcmd "/^msg $0 op pass"
#irssi efnet
</pre>
@ -233,7 +233,7 @@ same network if the -auto server fails.</p>
<p>And finally channels:</p>
<pre>
/CHANNEL ADD -auto -bots *!*@bot@host.org -botcmd "/^msg $0 op pass"
/CHANNEL ADD -auto -bots *!*bot@host.org -botcmd "/^msg $0 op pass"
#irssi efnet
/CHANNEL ADD -auto #secret ircnet password
</pre>