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