diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-09-17 14:38:41 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-09-17 14:38:41 -0400 |
commit | 3a3caa1086b48b9213993fc7dd99904cceb8a118 (patch) | |
tree | b58a1b76b2373df4b49445ffc8c824e0e997f735 | |
parent | 0d72456a84b8fc9a612b26ac8c26ce12c1759711 (diff) | |
parent | bbab0c1fa6f6c14dec987a44700c09c157f1938d (diff) |
Merge remote branch 'cvollick/imDoc' into 0.8.x
-rw-r--r-- | doc-src/im | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/im b/doc-src/im index c722a4e2c..631f6d9bb 100644 --- a/doc-src/im +++ b/doc-src/im @@ -37,10 +37,10 @@ currently-implemented commands: * **help**: Show this help. List available Jabber/XMPP commands * **follow <nickname>**: Subscribe to <nickname> * **sub <nickname>**: Same as follow -* **leave <nickname>**: Subscribe to <nickname> +* **leave <nickname>**: Unsubscribe from <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> * **last <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 +* **fav <nickname>**: Add user's last notice as a favorite |