updates.
[runtime.git] / README
diff --git a/README b/README
index ac9e349f63e609888cacb77ff73bffef11620f88..99b2c5861799297fca5acb2785300b7d822a6a1c 100644 (file)
--- a/README
+++ b/README
@@ -69,7 +69,7 @@ SILC Commands
                Leaves the channel.  If /leave * is given the client
                leaves the current channel.
 
-       /CMODE  <channel> +|-<modes> [{ <arguments>}]
+       /CMODE  <channel> [+|-<modes> [{ <arguments>}]]
 
                Changes/sets channel mode.  Most of the modes require
                special privileges, such as channel operator or channel
@@ -86,12 +86,8 @@ SILC Commands
                l <limit>       Set/unset channel's user limit
                a <passphrase>  Set/unset passphrase for channel that must
                                be provided when joining to the channel.
-               b <username!nickname@server>    
-                               Add client to/remove client from ban list
-               I <username!nickname@server>    
-                               Add client to/remove client from invite list
-               c <cipher>
-                               Set/unset channel's cipher
+               c <cipher>      Set/unset channel's cipher
+               h <hmac>        Set/unset channel's hmac
 
                Multiple modes can be set/unset at once if the modes does not
                require any arguments.  If mode requires an argument then only
@@ -142,6 +138,22 @@ SILC Commands
 
                Gives a little history information about a client.
 
+       /INVITE <channel> [<nickname>[@server>]
+               [+|-[<nickname>[@<server>[!<username>[@hostname>]]]]]
+
+               Invites client to a channel or manages the invite list of
+               the channel.  The first <nickname> argument is used if an
+               client is invited to the channel.  The second +|-<nickname>
+               argument is used to either add or delete invite from the
+               channel's invite list.  Wildcards may be used with this
+               command.
+
+       /BAN    <channel> [+|-[<nickname>[@<server>[!<username>[@hostname>]]]]]
+
+               Manages the ban list of the channel.  Wildcards may be used
+               with this command.  You must be channel operator to be
+               able to use this command.
+
         /KICK   <channel> <nickname>[@<server>] [<comment>]
 
                 Kicks client from channel. You have to be at least channel