Watcher list support added.
[silc.git] / apps / irssi / docs / help / in / cumode.in
1
2 @SYNTAX:cumode@
3
4 This command is used to manage the client's modes on the channel.
5 Most of the modes require that the client which changes some
6 client's mode must be channel founder or channel operator.  The
7 mode is added by adding + before the option(s) and removed by
8 adding - before the option(s).  The following channel user modes
9 are available:
10
11     a <nickname>[@<server>]
12
13         Set/unset all modes (cannot be used to set
14         both founder and operator rights, can be used
15         only to remove both modes at once).
16
17     f <nickname>[@<server>] [-pubkey|<password>]
18
19         Set/Unset channel founder.  If the -pubkey
20         option or <password> is provided then the
21         client is claiming the founder rights by
22         providing the channel founder authentication
23         data.  If the -pubkey is provided then the
24         authentication is performed using the
25         client's public key.  If you are channel
26         founder you can set the channel founder
27         authentication using CMODE command.
28
29     o <nickname>[@<server>]
30
31         Set/unset channel operator.  Requires that 
32         you are channel operator or channel founder.
33
34     b <nickname>[@<server>]
35
36         Set/unset channel message blocking.  Client
37         may set this mode only to itself.  When set
38         the server will not send channel message to
39         to the client.  This mode can be used to block
40         unwanted messages if desired.
41
42     u <nickname>[@<server>]
43
44         Set/unset channel message blocking for messages
45         sent by normal users.  When set the server will
46         only deliver messages sent by channel founder or
47         channel operator.  Client may set this mode only
48         to itself.
49
50     r <nickname>[@<server>]
51
52         Set/unset channel message blocking for messages
53         sent by robots.  When set the server will not
54         deliver message from users that has been marked
55         as robots.  Client may set this mode only to
56         itself.
57
58
59 See also: CMODE, UMODE