updates.
[silc.git] / apps / irssi / docs / help / in / cmode.in
1
2 @SYNTAX:cmode@
3
4 This command is used to manage the modes of the channel.  Most
5 of the modes require special privileges, such as channel operator
6 or channel founder privileges to work.  The mode is added by
7 adding + before the option(s) and removed by adding - before the
8 option(s).  The following modes are available:
9
10     p               Set/unset channel as private channel
11     s               Set/unset channel as secret channel
12     k               Set/unset that channel uses private channel key
13     i               Set/unset channel as invite only channel
14     t               Set/unset that only channel operator or 
15                     founder may set channel topic
16     l <limit>       Set/unset channel's user limit
17     a <passphrase>  Set/unset passphrase for channel that must
18                     be provided when joining to the channel.
19     c <cipher>      Set/unset channel's cipher
20     h <hmac>        Set/unset channel's hmac
21     f <-pubkey|<password>
22                     Set/unset channel founder authentication.
23                     Channel founder may set this mode so that
24                     if the client leaves the channel it can
25                     claim the founder rights when it returns
26                     to the channel.  If -pubkey is set then
27                     the authentication will be done using the
28                     client's public key.  You can claim the
29                     founder rights using the CUMODE command.
30
31 Multiple modes can be set/unset at once if the modes does not
32 require any arguments.  If mode requires an argument then only
33 one mode can be set at once
34
35 See also: CUMODE, UMODE