updates.
[silc.git] / apps / irssi / docs / help / in / cumode.in
index e664da9c54495c8c55ccecfbc478a3519d6aff5e..74df0f3f44548c255e5185efbbb19e01fe22c786 100644 (file)
@@ -19,7 +19,7 @@ are available:
 
         Set/Unset channel founder.  If you are channel
         founder you can set the channel founder authentication
-        using CMODEc command.
+        using the CMODE command.
 
         If the <pubkeyfile> and <privkeyfile> is
         provided then the <pubkeyfile> will the used
@@ -27,11 +27,12 @@ are available:
         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.
+        to provide these arguments unless you want to use
+        different keypair for channel founder authentication.
 
     o <nickname>[@<server>]
 
-        Set/unset channel operator.  Requires that 
+        Set/unset channel operator.  Requires that
         you are channel operator or channel founder.
 
     b <nickname>[@<server>]
@@ -67,5 +68,20 @@ are available:
         unset this mode itself.  This mode cannot be set
         or unset to yourself.
 
+Examples:
+
+  Become a founder (and operator) on the channel that you have
+  founded and have set the founder mode:
+
+    /CUMODE * +of yournick
+    /CUMODE channel_name +f yournick
+
+  Give operator privileges to your Friend on this channel:
+
+    /CUMODE * +o Friend
+
+  Quiet misbehaving user on your channel:
+
+    /CUMODE * +q lamer
 
 See also: CMODE, UMODE