comparison mcabber/doc/mcabber.1.html @ 491:28f67990ce7b

Update manual page
author Mikael Berthe <mikael@lilotux.net>
date Sat, 08 Oct 2005 00:29:37 +0200
parents b03def7beb78
children 26f3c7695fe1
comparison
equal deleted inserted replaced
490:af6e31e32d9e 491:28f67990ce7b
199 <dl> 199 <dl>
200 <dt><b> 200 <dt><b>
201 /add jid [nickname] 201 /add jid [nickname]
202 </b></dt> 202 </b></dt>
203 <dd> 203 <dd>
204 Add the <b>jid</b> Jabber user to our roster (default group), and send a 204 Add the "jid" Jabber user to our roster (default group), and send a
205 notification request to this buddy. If no nickname is specified, the 205 notification request to this buddy. If no nickname is specified, the
206 jid is used. 206 jid is used.
207 </dd> 207 </dd>
208 <dt><b> 208 <dt><b>
209 /alias name = command line 209 /alias name = command line
262 <tr valign="top"> 262 <tr valign="top">
263 <td> 263 <td>
264 <b>search_backward</b> text 264 <b>search_backward</b> text
265 </td> 265 </td>
266 <td> 266 <td>
267 search for text in the current buddy chat buffer 267 search for "text" in the current buddy chat buffer
268 </td> 268 </td>
269 </tr> 269 </tr>
270 <tr valign="top"> 270 <tr valign="top">
271 <td> 271 <td>
272 <b>search_forward</b> text 272 <b>search_forward</b> text
273 </td> 273 </td>
274 <td> 274 <td>
275 search for text in the current buddy chat buffer 275 search for "text" in the current buddy chat buffer
276 </td> 276 </td>
277 </tr> 277 </tr>
278 <tr valign="top"> 278 <tr valign="top">
279 <td> 279 <td>
280 <b>date</b> date 280 <b>date</b> date
436 Rename current buddy to the given nickname. 436 Rename current buddy to the given nickname.
437 This command does not work for groups, at the moment (but you can move 437 This command does not work for groups, at the moment (but you can move
438 the buddies to another group with the "/move" command). 438 the buddies to another group with the "/move" command).
439 </dd> 439 </dd>
440 <dt><b> 440 <dt><b>
441 /room invite|join|leave|names|nick|remove|topic|unlock 441 /room invite|join|leave|names|nick|privmsg|remove|topic|unlock
442 </b></dt> 442 </b></dt>
443 <dd> 443 <dd>
444 The <b>room</b> command handles Multi-User Chat room actions. 444 The <b>room</b> command handles Multi-User Chat room actions.
445 <table class="hlist"> 445 <table class="hlist">
446 <tr valign="top"> 446 <tr valign="top">
483 change your nickname in the current room 483 change your nickname in the current room
484 </td> 484 </td>
485 </tr> 485 </tr>
486 <tr valign="top"> 486 <tr valign="top">
487 <td> 487 <td>
488 <b>privmsg</b> nick msg
489 </td>
490 <td>
491 send private message "msg" to "nick"
492 </td>
493 </tr>
494 <tr valign="top">
495 <td>
488 <b>remove</b> 496 <b>remove</b>
489 </td> 497 </td>
490 <td> 498 <td>
491 remove the current room from the roster (you must have left this room before) 499 remove the current room from the roster (you must have left this room before)
492 </td> 500 </td>
613 </dd> 621 </dd>
614 <dt><b> 622 <dt><b>
615 /say text 623 /say text
616 </b></dt> 624 </b></dt>
617 <dd> 625 <dd>
618 Send the text message to the currently selected buddy. Can be useful 626 Send the "text" message to the currently selected buddy. Can be useful
619 if you want to send a message beginning with a slash, for example. 627 if you want to send a message beginning with a slash, for example.
620 </dd> 628 </dd>
621 <dt><b> 629 <dt><b>
622 /say_to jid text 630 /say_to jid text
623 </b></dt> 631 </b></dt>
624 <dd> 632 <dd>
625 Send the text message to the specified jid. 633 Send the "text" message to the specified jid.
626 Please note that this command doesn't set the default resource for 634 Please note that this command doesn't set the default resource for
627 a contact, so if you want to send several messages to a specific 635 a contact, so if you want to send several messages to a specific
628 ressource you will have to use "/say_to" for each message. 636 ressource you will have to use "/say_to" for each message.
629 </dd> 637 </dd>
630 <dt><b> 638 <dt><b>
668 <p>Free use of this software is granted under the terms of the GNU General Public 676 <p>Free use of this software is granted under the terms of the GNU General Public
669 License (GPL).</p> 677 License (GPL).</p>
670 <div id="footer"> 678 <div id="footer">
671 <p> 679 <p>
672 Version 0.6.9-dev<br /> 680 Version 0.6.9-dev<br />
673 Last updated 07-Oct-2005 18:59:10 CEST 681 Last updated 08-Oct-2005 00:26:22 CEST
674 </p> 682 </p>
675 </div> 683 </div>
676 </div> 684 </div>
677 </body> 685 </body>
678 </html> 686 </html>