updates.
[silc.git] / apps / irssi / docs / help / in / cumode.in
1
2 @SYNTAX:cumode@
3
4 Format: <channel> +|-<modes> <nickname>[@<server>] [-pubkey|<passwd>]
5
6 This command is used to manage the client's modes on the channel.
7 Most of the modes require that the client which changes some
8 client's mode must be channel founder or channel operator.  The
9 mode is added by adding + before the option(s) and removed by
10 adding - before the option(s).  The following channel user modes
11 are available:
12
13     a <nickname>[@<server>]
14
15         Set/unset all modes (cannot be used to set
16         both founder and operator rights, can be used
17         only to remove both modes at once).
18
19     f <nickname>[@<server>] [-pubkey|<password>]
20
21         Set/Unset channel founder.  If the -pubkey
22         option or <password> is provided then the
23         client is claiming the founder rights by
24         providing the channel founder authentication
25         data.  If the -pubkey is provided then the
26         authentication is performed using the
27         client's public key.  If you are channel
28         founder you can set the channel founder
29         authentication using CMODE command.
30
31     o <nickname>[@<server>]
32
33         Set/unset channel operator.  Requires that 
34         you are channel operator or channel founder.
35
36 See also: CMODE, UMODE