Added SILC Thread Queue API
[crypto.git] / apps / irssi / docs / help / in / channel.in
1
2 @SYNTAX:channel@
3
4 Irssi can automatically join to specified channels in specified
5 networks. It can also automatically send the password when
6 manually joining to channel without specifying the password.
7
8 /CHANNEL ADD [-auto | -noauto] [-bots <masks>] [-botcmd <command>]
9              <channel> <ircnet> [<password>]
10
11 With -bots and -botcmd arguments you can automatically send
12 commands to someone in channel. This is useful for automatically
13 getting ops for channels, for example
14
15 /CHANNEL ADD -auto -bots "*!bot@bothost.org bot*!*@host2.org"
16              -botcmd "msg $0 op mypass" #channel ircnet
17
18 You can also use the -botcmd without -bots argument. The command is
19 then sent whenever you join the channel.
20
21 If you want to remove some settings from existing channel record,
22 for example bots, just give the -bots "" parameters to it. Password
23 can be removed by setting it to - (or actually, "" works too).
24
25 You can remove the channels with
26 /CHANNEL REMOVE <channel> <ircnet>
27
28 /CHANNEL LIST displays list of channels with settings.
29
30 /CHANNEL without any arguments displays list of channels you have
31 joined. You can also use /CHANNEL to join to channels just as with
32 /JOIN, like /CHANNEL #a.
33
34 See also: TS, JOIN
35