From: Pekka Riikonen Date: Thu, 16 May 2002 08:37:21 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.9.1~15 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=529ed492a87409539d936a3b92e1a44ed386381c;p=silc.git updates --- diff --git a/apps/irssi/docs/help/in/cumode.in b/apps/irssi/docs/help/in/cumode.in index ba881190..5da46eb4 100644 --- a/apps/irssi/docs/help/in/cumode.in +++ b/apps/irssi/docs/help/in/cumode.in @@ -14,14 +14,11 @@ 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 your public key as argument. If - you are channel founder you can set the channel - founder authentication using CMODEc command. + f [@] + + Set/Unset channel founder. If you are channel + founder you can set the channel founder authentication + using CMODEc command. o [@] diff --git a/apps/irssi/src/silc/core/silc-servers.c b/apps/irssi/src/silc/core/silc-servers.c index c0897f29..08924271 100644 --- a/apps/irssi/src/silc/core/silc-servers.c +++ b/apps/irssi/src/silc/core/silc-servers.c @@ -315,7 +315,7 @@ char *silc_server_get_channels(SILC_SERVER_REC *server) /* SYNTAX: BAN [+|-[[@[![@hostname>]]]]] */ /* SYNTAX: CMODE +|- [{ }] */ -/* SYNTAX: CUMODE +|- [@] [-pubkey|] */ +/* SYNTAX: CUMODE +|- [@] */ /* SYNTAX: GETKEY */ /* SYNTAX: INVITE [[@hostname>] */ /* SYNTAX: INVITE [+|-[[@[![@hostname>]]]]] */