comparison mcabber/doc/mcabber.1.html @ 573:4df43fcdabc4

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 03 Dec 2005 23:53:44 +0100
parents 1aab64a04c31
children 29d9a54ac69f
comparison
equal deleted inserted replaced
572:afc2bd38b15c 573:4df43fcdabc4
454 Rename current buddy to the given nickname. 454 Rename current buddy to the given nickname.
455 This command does not work for groups, at the moment (but you can move 455 This command does not work for groups, at the moment (but you can move
456 the buddies to another group with the "/move" command). 456 the buddies to another group with the "/move" command).
457 </dd> 457 </dd>
458 <dt><b> 458 <dt><b>
459 /room invite|join|leave|names|nick|privmsg|remove|topic|unlock 459 /room join|leave|names|nick|privmsg|remove|topic|unlock
460 </b></dt>
461 <dt><b>
462 /room invite|kick|ban
460 </b></dt> 463 </b></dt>
461 <dd> 464 <dd>
462 The <b>room</b> command handles Multi-User Chat room actions. 465 The <b>room</b> command handles Multi-User Chat room actions.
463 <table class="hlist"> 466 <table class="hlist">
464 <tr valign="top"> 467 <tr valign="top">
465 <td> 468 <td>
469 <b>ban</b> jid [reason]
470 </td>
471 <td>
472 ban jid from the current room
473 </td>
474 </tr>
475 <tr valign="top">
476 <td>
466 <b>invite</b> jid [reason] 477 <b>invite</b> jid [reason]
467 </td> 478 </td>
468 <td> 479 <td>
469 invite jid to the current room 480 invite jid to the current room
470 </td> 481 </td>
477 join "room", using "nick" as nickname 488 join "room", using "nick" as nickname
478 </td> 489 </td>
479 </tr> 490 </tr>
480 <tr valign="top"> 491 <tr valign="top">
481 <td> 492 <td>
493 <b>kick</b> nick [reason]
494 </td>
495 <td>
496 kick "nick" from the current room
497 </td>
498 </tr>
499 <tr valign="top">
500 <td>
482 <b>leave</b> [message] 501 <b>leave</b> [message]
483 </td> 502 </td>
484 <td> 503 <td>
485 leave the current room 504 leave the current room
486 </td> 505 </td>
529 <td> 548 <td>
530 <b>unlock</b> 549 <b>unlock</b>
531 </td> 550 </td>
532 <td> 551 <td>
533 unlock current room (if you are the owner) 552 unlock current room (if you are the owner)
553 </td>
554 </tr>
555 <tr valign="top">
556 <td>
557 <b>whois</b> nick
558 </td>
559 <td>
560 display MUC information about "nick"
534 </td> 561 </td>
535 </tr> 562 </tr>
536 </table> 563 </table>
537 </dd> 564 </dd>
538 <dt><b> 565 <dt><b>
696 Some portions are Copyright &#169; 2002-2004 <a href="mailto:cabber@ajmacias.com">cabber@ajmacias.com</a>.</p> 723 Some portions are Copyright &#169; 2002-2004 <a href="mailto:cabber@ajmacias.com">cabber@ajmacias.com</a>.</p>
697 <p>Free use of this software is granted under the terms of the GNU General Public 724 <p>Free use of this software is granted under the terms of the GNU General Public
698 License (GPL).</p> 725 License (GPL).</p>
699 <div id="footer"> 726 <div id="footer">
700 <p> 727 <p>
701 Version 0.7.1<br /> 728 Version 0.7.2-dev<br />
702 Last updated 19-Nov-2005 16:44:06 CEST 729 Last updated 03-Dec-2005 23:50:16 CEST
703 </p> 730 </p>
704 </div> 731 </div>
705 </div> 732 </div>
706 </body> 733 </body>
707 </html> 734 </html>