comparison mcabber/doc/mcabber.1 @ 289:72fa52203651

Update documentation * Update /alias doc * Add documentation for /bind * Improve /msay help for AsciiDoc and HTML formats. Don't know how to get a better presentation with the manpage format :(
author Mikael Berthe <mikael@lilotux.net>
date Fri, 08 Jul 2005 22:10:42 +0100
parents a3d65d7f0bc3
children f63839a4cb35
comparison
equal deleted inserted replaced
288:1eea0fa0955e 289:72fa52203651
109 \fB/add\fR jid [nickname] 109 \fB/add\fR jid [nickname]
110 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\&. 110 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\&.
111 111
112 .TP 112 .TP
113 \fB/alias\fR name = command line 113 \fB/alias\fR name = command line
114 Add "name" as an alias for "command line"\&. Example: "/alias away = status away"\&. Aliases are expanded only once, thus they can not be chained\&. 114 Add "name" as an alias for "command line"\&. Aliases are expanded only once, thus they can not be chained\&. "/alias name" displays the value associated with the "name" alias; "/alias name =" unsets the "name" alias\&. Example: "/alias away = status away"\&.
115
116 .TP
117 \fB/bind\fR keycode = command line
118 Bind a command line to the key with the "keycode" code number\&. Keycodes of unused keys are displayed by mcabber in the log window when pressing the key, for example "Unknown key=265"\&. "/bind keycode" displays the command line bound to the given keycode; "/bind keycode" unbinds the given keycode\&. Note: aliases can be used in key bindings\&. Example: "/bind 265 = status online" (265 is F1 for me, but it can depend on your ncurses installation)\&.
115 119
116 .TP 120 .TP
117 \fB/buffer\fR clear|top|bottom 121 \fB/buffer\fR clear|top|bottom
118 The buffer command manipulates the current buddy's buffer (chat window)\&. 122 The buffer command manipulates the current buddy's buffer (chat window)\&.
119 123