diff options
author | Marius Halden <marius.h@lden.org> | 2016-07-13 09:29:53 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-07-13 09:29:53 +0200 |
commit | d9eec2027b7b6c848db465c9b17f72f70864bb25 (patch) | |
tree | 2af95ef84b5ab54adcca75cd33d89674c172b7cc /doc/user-guide | |
parent | 0e1b8357a5a15891caf92eeb888e3f272dedf1d6 (diff) |
Revert "Added an interface for the listing of existing chatrooms"
This reverts commit 659df4e333f2f524350dd131e430faaeb66dd91a.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 53979b13..56beba54 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|!index> [<channel>]</syntax> + <syntax>chat add <account id> <room> [<channel>]</syntax> <description> <para> @@ -281,16 +281,6 @@ </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> |