updates.
[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]
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 your public key as argument.  If
23         you are channel founder you can set the channel
24         founder authentication using CMODEc command.
25
26     o <nickname>[@<server>]
27
28         Set/unset channel operator.  Requires that 
29         you are channel operator or channel founder.
30
31     b <nickname>[@<server>]
32
33         Set/unset channel message blocking.  Client
34         may set this mode only to itself.  When set
35         the server will not send channel message to
36         to the client.  This mode can be used to block
37         unwanted messages if desired.
38
39     u <nickname>[@<server>]
40
41         Set/unset channel message blocking for messages
42         sent by normal users.  When set the server will
43         only deliver messages sent by channel founder or
44         channel operator.  Client may set this mode only
45         to itself.
46
47     r <nickname>[@<server>]
48
49         Set/unset channel message blocking for messages
50         sent by robots.  When set the server will not
51         deliver message from users that has been marked
52         as robots.  Client may set this mode only to
53         itself.
54
55
56 See also: CMODE, UMODE