From e907683afea9e2789e0ac6a1eb55bda9c896c255 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 27 Jun 2010 00:39:31 +0100 Subject: 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. --- doc/user-guide/commands.xml | 63 +++++++-------------------------------------- 1 file changed, 9 insertions(+), 54 deletions(-) (limited to 'doc/user-guide') 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 @@ IM-account list maintenance - account <action> [<arguments>] + account [<account id>] <action> [<arguments>] @@ -98,7 +98,7 @@ - account del <account id> + account <account id> del @@ -113,7 +113,7 @@ - account on [<account id>] + account [<account id>] on @@ -128,7 +128,7 @@ - account off [<account id>] + account [<account id>] off @@ -152,10 +152,10 @@ - account set <account id> - account set <account id>/<setting> - account set <account id>/<setting> <value> - account set -del <account id>/<setting> + account <account id> set + account <account id> set <setting> + account <account id> set <setting> <value> + account <account id> set -del <setting> @@ -180,7 +180,7 @@ - Available actions: add, del, list, with and set. See help chat <action> for more information. + Available actions: add, with. See help chat <action> for more information. @@ -204,30 +204,6 @@ - - chat del <chat id> - - - - This commands deletes an chatroom from your list. - - - - The room ID can be a number (see chat list), or (part of) the name of the room/channel. - - - - - - chat list - - - - This command gives you a list of all the chatrooms known by BitlBee. - - - - chat with <nickname> @@ -237,27 +213,6 @@ - - - chat set <chat id> - chat set <chat id>/<setting> - chat set <chat id>/<setting> <value> - chat set -del <chat id>/<setting> - - - - This command can be used to change various settings for chatrooms. - - - - For more infomation about a setting, see help set <setting>. - - - - The room ID can be a number (see chat list), or (part of) the name of the room/channel. - - - -- cgit v1.2.3