X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fcumode.in;h=623c7e548aeaa1409f42fe173c44b34c8f099b36;hp=9bba22f3feb98fe8c0906f0af4d5728c929a5cf0;hb=382d15d447b7a95390decfa783836ae4fe255b3d;hpb=78eb5ec7caaae324f87013398f67e91d47c8759b diff --git a/apps/irssi/docs/help/in/cumode.in b/apps/irssi/docs/help/in/cumode.in index 9bba22f3..623c7e54 100644 --- a/apps/irssi/docs/help/in/cumode.in +++ b/apps/irssi/docs/help/in/cumode.in @@ -14,21 +14,58 @@ are available: both founder and operator rights, can be used only to remove both modes at once). - f [@] [-pubkey|] - - Set/Unset channel founder. If the -pubkey - option or is provided then the - client is claiming the founder rights by - providing the channel founder authentication - data. If the -pubkey is provided then the - authentication is performed using the - client's public key. If you are channel - founder you can set the channel founder - authentication using CMODE command. + f [@] + [ []] + + Set/Unset channel founder. If you are channel + founder you can set the channel founder authentication + using CMODEc command. + + If the and is + provided then the will the used + as founder public key, and the private key + is used to compute a signature for the SILC + server. If these are omitted then the default + SILC keypair is used. Normally you do not need + to provide these arguments. o [@] Set/unset channel operator. Requires that you are channel operator or channel founder. + b [@] + + Set/unset channel message blocking. Client + may set this mode only to itself. When set + the server will not send channel message to + to the client. This mode can be used to block + unwanted messages if desired. + + u [@] + + Set/unset channel message blocking for messages + sent by normal users. When set the server will + only deliver messages sent by channel founder or + channel operator. Client may set this mode only + to itself. + + r [@] + + Set/unset channel message blocking for messages + sent by robots. When set the server will not + deliver message from users that has been marked + as robots. Client may set this mode only to + itself. + + q [@] + + Set/unset user as quiet. When set the user cannot + talk on the channel, and cannot send messages to + the channel. This can be used by channel operator + to queit a certain misbehaving user. The user cannot + unset this mode itself. This mode cannot be set + or unset to yourself. + + See also: CMODE, UMODE