comparison mcabber/doc/mcabber.1.html @ 870:4b77a2ab18e5

Update manpage
author Mikael Berthe <mikael@lilotux.net>
date Thu, 25 May 2006 19:02:23 +0200
parents bfaab692a683
children e583d617838a
comparison
equal deleted inserted replaced
869:9ce308598c0a 870:4b77a2ab18e5
389 </tr> 389 </tr>
390 </table> 390 </table>
391 <h2>COMMANDS RELATED TO MCABBER</h2> 391 <h2>COMMANDS RELATED TO MCABBER</h2>
392 <dl> 392 <dl>
393 <dt><b> 393 <dt><b>
394 /alias name = command line 394 /alias [name [= command line]]
395 </b></dt> 395 </b></dt>
396 <dd> 396 <dd>
397 Add "name" as an alias for "command line".<br /> 397 Add "name" as an alias for "command line".<br />
398 Aliases are expanded only once, thus they can not be chained.<br /> 398 Aliases are expanded only once, thus they can not be chained.<br />
399 "/alias name" displays the value associated with the "name" alias; 399 "/alias name" displays the value associated with the "name" alias;<br />
400 "/alias name =" unsets the "name" alias.<br /> 400 "/alias name =" unsets the "name" alias.<br />
401 "/alias" displays a list of the existing aliases.<br />
401 Example: "/alias away = status away". 402 Example: "/alias away = status away".
402 </dd> 403 </dd>
403 <dt><b> 404 <dt><b>
404 /bind keycode = command line 405 /bind [keycode [= command line]]
405 </b></dt> 406 </b></dt>
406 <dd> 407 <dd>
407 Bind a command line to the key with the "keycode" code number.<br /> 408 Bind a command line to the key with the "keycode" code number.<br />
408 Keycodes of unused keys are displayed by <tt>mcabber</tt> in the log window 409 Keycodes of unused keys are displayed by <tt>mcabber</tt> in the log window
409 when pressing the key, for example "Unknown key=265".<br /> 410 when pressing the key, for example "Unknown key=265".<br />
410 "/bind keycode" displays the command line bound to the given keycode; 411 "/bind keycode" displays the command line bound to the given keycode;<br />
411 "/bind keycode" unbinds the given keycode.<br /> 412 "/bind keycode =" unbinds the given keycode.<br />
413 "/bind" displays a list of the bound keycodes.<br />
412 Note: aliases can be used in key bindings.<br /> 414 Note: aliases can be used in key bindings.<br />
413 Example: "/bind 265 = status online" (265 is F1 for me, but it may 415 Example: "/bind 265 = status online" (265 is F1 for me, but it may
414 depend on your ncurses installation). 416 depend on your ncurses installation).
415 </dd> 417 </dd>
416 <dt><b> 418 <dt><b>
417 /buffer clear|top|bottom|date|%|search_backward|search_forward 419 /buffer clear|purge|top|bottom|date|%|search_backward|search_forward
418 </b></dt> 420 </b></dt>
419 <dd> 421 <dd>
420 The <b>buffer</b> command manipulates the current buddy's buffer 422 The <b>buffer</b> command manipulates the current buddy's buffer
421 (chat window). 423 (chat window).
422 <table class="hlist"> 424 <table class="hlist">
428 clear the current buddy chat window 430 clear the current buddy chat window
429 </td> 431 </td>
430 </tr> 432 </tr>
431 <tr valign="top"> 433 <tr valign="top">
432 <td> 434 <td>
435 <b>purge</b>
436 </td>
437 <td>
438 purge the current buddy chat window
439 </td>
440 </tr>
441 <tr valign="top">
442 <td>
433 <b>bottom</b> 443 <b>bottom</b>
434 </td> 444 </td>
435 <td> 445 <td>
436 jump to the bottom of the current buddy chat buffer 446 jump to the bottom of the current buddy chat buffer
437 </td> 447 </td>
497 <dt><b> 507 <dt><b>
498 /clear 508 /clear
499 </b></dt> 509 </b></dt>
500 <dd> 510 <dd>
501 The <b>clear</b> command is actually an alias for "/buffer clear". 511 The <b>clear</b> command is actually an alias for "/buffer clear".
512 </dd>
513 <dt><b>
514 /help [command]
515 </b></dt>
516 <dd>
517 Display generic help or help about a specific mcabber command.
502 </dd> 518 </dd>
503 <dt><b> 519 <dt><b>
504 /quit 520 /quit
505 </b></dt> 521 </b></dt>
506 <dd> 522 <dd>
1104 <p>Free use of this software is granted under the terms of the GNU General Public 1120 <p>Free use of this software is granted under the terms of the GNU General Public
1105 License (GPL).</p> 1121 License (GPL).</p>
1106 <div id="footer"> 1122 <div id="footer">
1107 <p> 1123 <p>
1108 Version 0.7.7-dev<br /> 1124 Version 0.7.7-dev<br />
1109 Last updated 13-May-2006 12:23:01 CEST 1125 Last updated 25-May-2006 18:50:24 CEST
1110 </p> 1126 </p>
1111 </div> 1127 </div>
1112 </div> 1128 </div>
1113 </body> 1129 </body>
1114 </html> 1130 </html>