X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fchannel.in;fp=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fchannel.in;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=b11f3645c6a93076f0ee0b6ddcee73691de97768;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/docs/help/in/channel.in b/apps/irssi/docs/help/in/channel.in deleted file mode 100644 index b11f3645..00000000 --- a/apps/irssi/docs/help/in/channel.in +++ /dev/null @@ -1,35 +0,0 @@ - -@SYNTAX:channel@ - -Irssi can automatically join to specified channels in specified -networks. It can also automatically send the password when -manually joining to channel without specifying the password. - -/CHANNEL ADD [-auto | -noauto] [-bots ] [-botcmd ] - [] - -With -bots and -botcmd arguments you can automatically send -commands to someone in channel. This is useful for automatically -getting ops for channels, for example - -/CHANNEL ADD -auto -bots "*!bot@bothost.org bot*!*@host2.org" - -botcmd "msg $0 op mypass" #channel ircnet - -You can also use the -botcmd without -bots argument. The command is -then sent whenever you join the channel. - -If you want to remove some settings from existing channel record, -for example bots, just give the -bots "" parameters to it. Password -can be removed by setting it to - (or actually, "" works too). - -You can remove the channels with -/CHANNEL REMOVE - -/CHANNEL LIST displays list of channels with settings. - -/CHANNEL without any arguments displays list of channels you have -joined. You can also use /CHANNEL to join to channels just as with -/JOIN, like /CHANNEL #a. - -See also: TS, JOIN -