updates
authorPekka Riikonen <priikone@silcnet.org>
Thu, 16 May 2002 08:37:21 +0000 (08:37 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 16 May 2002 08:37:21 +0000 (08:37 +0000)
apps/irssi/docs/help/in/cumode.in
apps/irssi/src/silc/core/silc-servers.c

index ba88119050580a21fd0df4ffad8605c540dd7c97..5da46eb40b2a560e345c5dd775aa4fffd78fed31 100644 (file)
@@ -14,14 +14,11 @@ are available:
         both founder and operator rights, can be used
         only to remove both modes at once).
 
-    f <nickname>[@<server>] [-pubkey]
-
-        Set/Unset channel founder.  If the -pubkey
-        option or <password> is provided then the
-        client is claiming the founder rights by
-        providing your public key as argument.  If
-        you are channel founder you can set the channel
-        founder authentication using CMODEc command.
+    f <nickname>[@<server>]
+
+        Set/Unset channel founder.  If you are channel
+        founder you can set the channel founder authentication
+        using CMODEc command.
 
     o <nickname>[@<server>]
 
index c0897f299cfe76ed5b91f8c9fc2ee605be81056d..089242715af34577d97b104ab85617306431be38 100644 (file)
@@ -315,7 +315,7 @@ char *silc_server_get_channels(SILC_SERVER_REC *server)
 
 /* SYNTAX: BAN <channel> [+|-[<nickname>[@<server>[!<username>[@hostname>]]]]] */
 /* SYNTAX: CMODE <channel> +|-<modes> [{ <arguments>}] */
-/* SYNTAX: CUMODE <channel> +|-<modes> <nickname>[@<hostname>] [-pubkey|<passwd>] */
+/* SYNTAX: CUMODE <channel> +|-<modes> <nickname>[@<hostname>] */
 /* SYNTAX: GETKEY <nickname or server name> */
 /* SYNTAX: INVITE <channel> [<nickname>[@hostname>] */
 /* SYNTAX: INVITE <channel> [+|-[<nickname>[@<server>[!<username>[@hostname>]]]]] */