Fixed Confusing Typo in Documentation.
Subscribe != Unsubscribe. Also, my editor added a newline at the end because there wasn't one.
This commit is contained in:
parent
cf0d449fd8
commit
bbab0c1fa6
|
@ -37,10 +37,10 @@ currently-implemented commands:
|
||||||
* **help**: Show this help. List available Jabber/XMPP commands
|
* **help**: Show this help. List available Jabber/XMPP commands
|
||||||
* **follow <nickname>**: Subscribe to <nickname>
|
* **follow <nickname>**: Subscribe to <nickname>
|
||||||
* **sub <nickname>**: Same as follow
|
* **sub <nickname>**: Same as follow
|
||||||
* **leave <nickname>**: Subscribe to <nickname>
|
* **leave <nickname>**: Unsubscribe from <nickname>
|
||||||
* **unsub <nickname>**: Same as leave
|
* **unsub <nickname>**: Same as leave
|
||||||
* **d <nickname> <text>**: Send direct message to <nickname> with message body <text>
|
* **d <nickname> <text>**: Send direct message to <nickname> with message body <text>
|
||||||
* **get <nickname>**: Get last notice from <nickname>
|
* **get <nickname>**: Get last notice from <nickname>
|
||||||
* **last <nickname>**: Same as 'get'
|
* **last <nickname>**: Same as 'get'
|
||||||
* **whois <nickname>**: Get Profile info on <nickname>
|
* **whois <nickname>**: Get Profile info on <nickname>
|
||||||
* **fav <nickname>**: Add user's last notice as a favorite
|
* **fav <nickname>**: Add user's last notice as a favorite
|
||||||
|
|
Loading…
Reference in New Issue
Block a user