Issue #3049 - resync doc/im with the help command text (various additions since doc was last edited)
This commit is contained in:
parent
98b1fe07c6
commit
6b18f86e01
53
doc-src/im
53
doc-src/im
@ -32,19 +32,40 @@ Commands
|
|||||||
You can do some minor management of your account through Jabber. These are the
|
You can do some minor management of your account through Jabber. These are the
|
||||||
currently-implemented commands:
|
currently-implemented commands:
|
||||||
|
|
||||||
* **on**: Turn on notifications. You'll receive copies of messages by people
|
* **on** - turn on notifications
|
||||||
you subscribe to.
|
* **off** - turn off notifications
|
||||||
* **off**: Turn off notifications. You'll no longer receive Jabber
|
* **help** - show this help
|
||||||
notifications.
|
* **follow <nickname>** - subscribe to user
|
||||||
* **stop**: Same as 'off'
|
* **groups** - lists the groups you have joined
|
||||||
* **quit**: Same as 'off'
|
* **subscriptions** - list the people you follow
|
||||||
* **help**: Show this help. List available Jabber/XMPP commands
|
* **subscribers** - list the people that follow you
|
||||||
* **follow <nickname>**: Subscribe to <nickname>
|
* **leave <nickname>** - unsubscribe from user
|
||||||
* **sub <nickname>**: Same as follow
|
* **d <nickname> <text>** - direct message to user
|
||||||
* **leave <nickname>**: Unsubscribe from <nickname>
|
* **get <nickname>** - get last notice from user
|
||||||
* **unsub <nickname>**: Same as leave
|
* **whois <nickname>** - get profile info on user
|
||||||
* **d <nickname> <text>**: Send direct message to <nickname> with message body <text>
|
* **lose <nickname>** - force user to stop following you
|
||||||
* **get <nickname>**: Get last notice from <nickname>
|
* **fav <nickname>** - add user's last notice as a 'fave'
|
||||||
* **last <nickname>**: Same as 'get'
|
* **fav #<notice_id>** - add notice with the given id as a 'fave'
|
||||||
* **whois <nickname>**: Get Profile info on <nickname>
|
* **repeat #<notice_id>** - repeat a notice with a given id
|
||||||
* **fav <nickname>**: Add user's last notice as a favorite
|
* **repeat <nickname>** - repeat the last notice from user
|
||||||
|
* **reply #<notice_id>** - reply to notice with a given id
|
||||||
|
* **reply <nickname>** - reply to the last notice from user
|
||||||
|
* **join <group>** - join group
|
||||||
|
* **login** - Get a link to login to the web interface
|
||||||
|
* **drop <group>** - leave group
|
||||||
|
* **stats** - get your stats
|
||||||
|
* **stop** - same as 'off'
|
||||||
|
* **quit** - same as 'off'
|
||||||
|
* **sub <nickname>** - same as 'follow'
|
||||||
|
* **unsub <nickname>** - same as 'leave'
|
||||||
|
* **last <nickname>** - same as 'get'
|
||||||
|
* **on <nickname>** - not yet implemented.
|
||||||
|
* **off <nickname>** - not yet implemented.
|
||||||
|
* **nudge <nickname>** - remind a user to update.
|
||||||
|
* **invite <phone number>** - not yet implemented.
|
||||||
|
* **track <word>** - not yet implemented.
|
||||||
|
* **untrack <word>** - not yet implemented.
|
||||||
|
* **track off** - not yet implemented.
|
||||||
|
* **untrack all** - not yet implemented.
|
||||||
|
* **tracks** - not yet implemented.
|
||||||
|
* **tracking** - not yet implemented.
|
||||||
|
Loading…
Reference in New Issue
Block a user