diff options
Diffstat (limited to 'doc/user-guide/commands.xml')
-rw-r--r-- | doc/user-guide/commands.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 2f167948..fa36d6b7 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -263,7 +263,7 @@ </description> <bitlbee-command name="add"> - <syntax>chat add <account id> <room> [<channel>]</syntax> + <syntax>chat add <account id> <room|!index> [<channel>]</syntax> <description> <para> @@ -281,6 +281,16 @@ </bitlbee-command> + <bitlbee-command name="list"> + <syntax>chat list <account id> [<server>]</syntax> + + <description> + <para> + List existing chatrooms provided by an account. BitlBee needs this to propogate an internal list of chats. The existing chat can then be added with <emphasis>chat add</emphasis>. + </para> + </description> + </bitlbee-command> + <bitlbee-command name="with"> <syntax>chat with <nickname></syntax> |