updates
[runtime.git] / README
diff --git a/README b/README
index 60c19dd60e64cd04522516fa499dbc4479b011e4..dad553daea25e75bad4732f585caad733cc43507 100644 (file)
--- a/README
+++ b/README
@@ -66,6 +66,11 @@ Following commands has been, at least partly, implemented:
                Joins to a channel.  Channel names start with `#'
                character.
 
+       /LEAVE  <channel>
+
+               Leaves the channel.  If /leave * is given the client
+               leaves the current channel.
+
        /MSG    <nickname> <message>
 
                Sends private message to remote client.  Support for
@@ -78,10 +83,35 @@ Following commands has been, at least partly, implemented:
                handling multiple same nicknames with this command is
                still missing.
 
+       /PING   [<server>]
+
+               Pings server.  Only locally connected server may be 
+               pinged.
+
+       /INFO   [<server>]
+
+               Requests information about a server.  If argument is
+               not specified current server is used.
+
+       /AWAY   [<message>]
+
+               Sets away message.  When private message is received and
+               away message is set the client automatically replies to
+               the sender with the away message.  To remove away message
+               give the command without arguments.
+
        /QUIT
 
                Quits session.  Connection to remote server is closed.
 
+       /CLEAR
+
+               Clears current screen.
+
+       /VERSION
+
+               Shows client version.
+
 
 Features
 ========