2bb44bcab4e1d5a28883e12b36c17a9a0915fb4d
[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>]
18
19         Set/Unset channel founder.  If you are channel
20         founder you can set the channel founder authentication
21         using CMODEc command.
22
23     o <nickname>[@<server>]
24
25         Set/unset channel operator.  Requires that 
26         you are channel operator or channel founder.
27
28     b <nickname>[@<server>]
29
30         Set/unset channel message blocking.  Client
31         may set this mode only to itself.  When set
32         the server will not send channel message to
33         to the client.  This mode can be used to block
34         unwanted messages if desired.
35
36     u <nickname>[@<server>]
37
38         Set/unset channel message blocking for messages
39         sent by normal users.  When set the server will
40         only deliver messages sent by channel founder or
41         channel operator.  Client may set this mode only
42         to itself.
43
44     r <nickname>[@<server>]
45
46         Set/unset channel message blocking for messages
47         sent by robots.  When set the server will not
48         deliver message from users that has been marked
49         as robots.  Client may set this mode only to
50         itself.
51
52     q <nickname>[@<server>]
53
54         Set/unset user as quiet.  When set the user cannot
55         talk on the channel, and cannot send messages to
56         the channel.  This can be used by channel operator
57         to queit a certain misbehaving user.  The user cannot
58         unset this mode itself.  This mode cannot be set
59         or unset to yourself.
60
61
62 See also: CMODE, UMODE