Merged from silc_1_0_branch.
[silc.git] / apps / irssi / docs / help / in / cmode.in
index 6f4f25db9920fb2d29c5d3fa88f55bfa7a383ff3..6806bea14b562dc4f760e9d2dc2b843fb9d0bdd5 100644 (file)
@@ -24,7 +24,8 @@ option(s).  The following modes are available:
                     be provided when joining to the channel.
     c <cipher>      Set/unset channel's cipher
     h <hmac>        Set/unset channel's hmac
-    f               Set/unset channel founder authentication.
+    f [<pubkeyfile> <privkeyfile> [<privkey passphrase>]]
+                    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
@@ -32,6 +33,14 @@ option(s).  The following modes are available:
                     be permanent channel.  You can claim the
                     founder rights using CUMODE or JOIN commands.
 
+                    If the <pubkeyfile> and <privkeyfile> is
+                    provided then the <pubkeyfile> 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.