diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-27 00:39:31 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-27 00:39:31 +0100 |
commit | e907683afea9e2789e0ac6a1eb55bda9c896c255 (patch) | |
tree | 9342b73bbb2581934beae9798d232df283de45c7 /doc/user-guide | |
parent | 92c8d410eb1d26bfe876ae119734772f46c9a7da (diff) |
Changed account set (and other account commands) syntax. Instead of
"account set acc/key value" you now do "account acc set key value". So just
the regular set syntax with a "account acc" prefix. The slash has been a
source of confusion for long enough now.
For consistency, commands like "account on acc" should now also be
"account acc on" instead. Same for the new "channel" comand, of course.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 63 |
1 files changed, 9 insertions, 54 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 96d54530..edf89d46 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -5,7 +5,7 @@ <bitlbee-command name="account"> <short-description>IM-account list maintenance</short-description> - <syntax>account <action> [<arguments>]</syntax> + <syntax>account [<account id>] <action> [<arguments>]</syntax> <description> @@ -98,7 +98,7 @@ </bitlbee-command> <bitlbee-command name="del"> - <syntax>account del <account id></syntax> + <syntax>account <account id> del</syntax> <description> <para> @@ -113,7 +113,7 @@ </bitlbee-command> <bitlbee-command name="on"> - <syntax>account on [<account id>]</syntax> + <syntax>account [<account id>] on</syntax> <description> <para> @@ -128,7 +128,7 @@ </bitlbee-command> <bitlbee-command name="off"> - <syntax>account off [<account id>]</syntax> + <syntax>account [<account id>] off</syntax> <description> <para> @@ -152,10 +152,10 @@ </bitlbee-command> <bitlbee-command name="set"> - <syntax>account set <account id></syntax> - <syntax>account set <account id>/<setting></syntax> - <syntax>account set <account id>/<setting> <value></syntax> - <syntax>account set -del <account id>/<setting></syntax> + <syntax>account <account id> set</syntax> + <syntax>account <account id> set <setting></syntax> + <syntax>account <account id> set <setting> <value></syntax> + <syntax>account <account id> set -del <setting></syntax> <description> <para> @@ -180,7 +180,7 @@ <description> <para> - Available actions: add, del, list, with and set. See <emphasis>help chat <action></emphasis> for more information. + Available actions: add, with. See <emphasis>help chat <action></emphasis> for more information. </para> </description> @@ -204,30 +204,6 @@ </bitlbee-command> - <bitlbee-command name="del"> - <syntax>chat del <chat id></syntax> - - <description> - <para> - This commands deletes an chatroom from your list. - </para> - - <para> - The room ID can be a number (see <emphasis>chat list</emphasis>), or (part of) the name of the room/channel. - </para> - </description> - </bitlbee-command> - - <bitlbee-command name="list"> - <syntax>chat list</syntax> - - <description> - <para> - This command gives you a list of all the chatrooms known by BitlBee. - </para> - </description> - </bitlbee-command> - <bitlbee-command name="with"> <syntax>chat with <nickname></syntax> @@ -237,27 +213,6 @@ </para> </description> </bitlbee-command> - - <bitlbee-command name="set"> - <syntax>chat set <chat id></syntax> - <syntax>chat set <chat id>/<setting></syntax> - <syntax>chat set <chat id>/<setting> <value></syntax> - <syntax>chat set -del <chat id>/<setting></syntax> - - <description> - <para> - This command can be used to change various settings for chatrooms. - </para> - - <para> - For more infomation about a setting, see <emphasis>help set <setting></emphasis>. - </para> - - <para> - The room ID can be a number (see <emphasis>chat list</emphasis>), or (part of) the name of the room/channel. - </para> - </description> - </bitlbee-command> </bitlbee-command> <bitlbee-command name="add"> |