X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fcmode.in;h=6806bea14b562dc4f760e9d2dc2b843fb9d0bdd5;hp=4370809edcd99d912e4aed7176d89159b4dd53f3;hb=382d15d447b7a95390decfa783836ae4fe255b3d;hpb=d47a87b03b846e2333ef57b2c0d81f1644992964 diff --git a/apps/irssi/docs/help/in/cmode.in b/apps/irssi/docs/help/in/cmode.in index 4370809e..6806bea1 100644 --- a/apps/irssi/docs/help/in/cmode.in +++ b/apps/irssi/docs/help/in/cmode.in @@ -13,23 +13,36 @@ option(s). The following modes are available: i Set/unset channel as invite only channel t Set/unset that only channel operator or founder may set channel topic + m Set/unset user silencing. Normal users + are not able to talk on channel. Only + channel founder may set this mode + M Set/unset operator silencing. Operators + are not able to talk on channel. Only + channel founder may set this mode l Set/unset channel's user limit a Set/unset passphrase for channel that must be provided when joining to the channel. c Set/unset channel's cipher h Set/unset channel's hmac - f <-pubkey| + f [ []] Set/unset channel founder authentication. Channel founder may set this mode so that if the client leaves the channel it can claim the founder rights when it returns - to the channel. If -pubkey is set then - the authentication will be done using the - client's public key. You can claim the - founder rights using the CUMODE command. + to the channel, and to set the channel to + be permanent channel. You can claim the + founder rights using CUMODE or JOIN commands. + + 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. Multiple modes can be set/unset at once if the modes does not require any arguments. If mode requires an argument then only one mode can be set at once. -See also: CUMODE, UMODE +See also: CUMODE, UMODE, JOIN