diff options
author | anontwit <anontwit@ps7003.dreamhostps.com> | 2009-08-05 10:50:27 -0700 |
---|---|---|
committer | anontwit <anontwit@ps7003.dreamhostps.com> | 2009-08-05 10:50:27 -0700 |
commit | c19df2dbc29fd6392a249ff5e4ea7634deb3f273 (patch) | |
tree | 51e230a1176cb400951cf9d0de1aad32be71a0c8 | |
parent | 44b2b6424714f82dc199fbe9780843638122e3ad (diff) |
updated IM docs with new commands
-rw-r--r-- | doc-src/im | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc-src/im b/doc-src/im index da07f9fe7..a02670a6d 100644 --- a/doc-src/im +++ b/doc-src/im @@ -32,4 +32,15 @@ currently-implemented commands: you subscribe to. * **off**: Turn off notifications. You'll no longer receive Jabber notifications. - +* **stop**: Same as 'off' +* **quit**: Same as 'off' +* **help**: Show this help. List available Jabber/XMPP commands +* **follow <nickname>**: Subscribe to <nickname> +* **sub <nickname>**: Same as follow +* **leave <nickname>**: Subscribe to <nickname> +* **unsub <nickname>**: Same as leave +* **d <nickname> <text>**: Send direct message to <nickname> with message body <text> +* **get <nickname>**: Get last notice from <nickname> +* **get <nickname>**: Same as 'get' +* **whois <nickname>**: Get Profile info on <nickname> +* **fav <nickname>**: Add user's last notice as a favorite
\ No newline at end of file |