# HG changeset patch # User Mikael Berthe # Date 1151227509 -7200 # Node ID 59b53fed6de1cfac581000f64d4aef2814a4d7ee # Parent 2aa0735936f8ba1f44dea3c4549d72fa2fc63183 Update help files diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_add.txt --- a/mcabber/doc/help/en/hlp_add.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_add.txt Sun Jun 25 11:25:09 2006 +0200 @@ -4,6 +4,6 @@ Add the "jid" Jabber user to our roster (default group), and send a notification request to this buddy. If no nickname is specified, the jid is used. If no jid (or an empty string "") is provided or if jid is ".", the current buddy is used. /add [jid [nickname]] - Add to our roster [jid] as [nickname] + Add to our roster "jid" as "nickname" Example: "/add somebody@jabber.server.com Somebody" diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_alias.txt --- a/mcabber/doc/help/en/hlp_alias.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_alias.txt Sun Jun 25 11:25:09 2006 +0200 @@ -7,10 +7,10 @@ /alias Print list of currently defined aliases /alias name - Print the value of alias called [name] + Print the value of alias called "name" /alias name= - Unset alias called [name] + Unset alias called "name" /alias name = command line - Set alias called [name] with value [command line] + Set alias called "name" with value "command line" Example: "/alias away = status away" diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_bind.txt --- a/mcabber/doc/help/en/hlp_bind.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_bind.txt Sun Jun 25 11:25:09 2006 +0200 @@ -1,16 +1,16 @@ /BIND [keycode [= command line]] -Bind the command to the key given as [keycode]. To examine which keys are currently not used look at `mcabber` log window and press examined key. For example: "Unknown key=265" means that you can bind some command to key #265. +Bind the command to the key given as "keycode". To examine which keys are currently not used look at `mcabber` log window and press examined key. For example: "Unknown key=265" means that you can bind some command to key #265. /bind Display list of current bindings /bind keycode Display the command line bound to this key /bind keycode= - Unbind key with code [keycode] + Unbind key with code "keycode" /bind keycode = command line - Bind [command line] to the key with code [keycode] + Bind "command line" to the key with code "keycode" Example: "/bind 265 = status away" (265 is F1). Note: keycodes can be different depending on your ncurses configuration. diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_event.txt --- a/mcabber/doc/help/en/hlp_event.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_event.txt Sun Jun 25 11:25:09 2006 +0200 @@ -5,11 +5,11 @@ Tell mcabber what to do about pending events. If the first parameter is '*', the command will apply to all queued events. -/event #N|all accept +/event #N|* accept Event number #N/All events will be accepted -/event #N|all ignore +/event #N|* ignore Event number #N/All events will be ignored -/event #N|all reject +/event #N|* reject Event number #N/All events will be rejected /event list List all pending events diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_help.txt --- a/mcabber/doc/help/en/hlp_help.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_help.txt Sun Jun 25 11:25:09 2006 +0200 @@ -1,5 +1,5 @@ - /HELP command + /HELP [command|+topic] -Display help for command [command] +Display help for command "command" or topic "topic". Example: "/help buffer" diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_msay.txt --- a/mcabber/doc/help/en/hlp_msay.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_msay.txt Sun Jun 25 11:25:09 2006 +0200 @@ -13,8 +13,8 @@ Enter verbatim multi-line mode /msay send Send the current multi-line message to the currently selected buddy -/msay send_to [jid] - Send the current multi-line message to [jid] +/msay send_to jid + Send the current multi-line message to "jid" /msay toggle Switch to/from multi-line mode (begin/send) /msay abort diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_rawxml.txt --- a/mcabber/doc/help/en/hlp_rawxml.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_rawxml.txt Sun Jun 25 11:25:09 2006 +0200 @@ -1,7 +1,7 @@ /RAWXML send string -Send 'string' (raw XML format) to the Jabber server. +Send "string" (raw XML format) to the Jabber server. No check is done on the string provided. BEWARE! diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_rename.txt --- a/mcabber/doc/help/en/hlp_rename.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_rename.txt Sun Jun 25 11:25:09 2006 +0200 @@ -1,4 +1,4 @@ /RENAME name -Rename the current buddy or group to the given [name]. +Rename the current buddy or group to the given "name". diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_room.txt --- a/mcabber/doc/help/en/hlp_room.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_room.txt Sun Jun 25 11:25:09 2006 +0200 @@ -10,13 +10,13 @@ Leave the current room /room names Display members of the current room -/room nick nick +/room nick newnick Change your nickname in the current room /room privmsg nick msg Send private message "msg" to "nick" /room remove Remove the current room from the roster (you must have left this room before) -/room topic +/room topic newtopic Set topic for current room /room unlock Unlock current room (if you are the owner) diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_roster.txt --- a/mcabber/doc/help/en/hlp_roster.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_roster.txt Sun Jun 25 11:25:09 2006 +0200 @@ -28,9 +28,9 @@ /roster toggle Toggle roster visibility /roster search bud - Search for a buddy with a name or buddy containing "bud" (only in the displayed buddylist) + Search for a buddy with a name or jid containing "bud" (only in the displayed buddylist) /roster alternate - Jump to alternate buddy. The "alternate" buddy is the last buddy left while being in chat mode (this command is thus especially useful after commands like "/roster unread_first") + Jump to alternate buddy. The "alternate" buddy is the last buddy left while being in chat mode. This command is thus especially useful after commands like "/roster unread_next" (Ctrl-q). /roster unread_first Jump to the first unread message /roster unread_next diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_say.txt --- a/mcabber/doc/help/en/hlp_say.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_say.txt Sun Jun 25 11:25:09 2006 +0200 @@ -1,4 +1,4 @@ - /SAY [text] + /SAY text -Send the [text] message to the currently selected buddy. It can be useful if you want to send a message beginning with a slash, for example. +Send the "text" message to the currently selected buddy. It can be useful if you want to send a message beginning with a slash, for example. diff -r 2aa0735936f8 -r 59b53fed6de1 mcabber/doc/help/en/hlp_say_to.txt --- a/mcabber/doc/help/en/hlp_say_to.txt Sat Jun 24 21:33:11 2006 +0200 +++ b/mcabber/doc/help/en/hlp_say_to.txt Sun Jun 25 11:25:09 2006 +0200 @@ -2,4 +2,4 @@ /SAY_TO jid text Send the "text" message to the specified jid. -Please note that this command doesn't set the default resource for a contact, so if you want to send several messages to a specific ressource you will have to use "/say_to" for each message. +Please note that this command doesn't set the default resource for a contact, so if you want to send several messages to a specific resource you will have to use "/say_to" for each message.