Changeset 2efb69b


Ignore:
Timestamp:
2010-07-18T15:12:35Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3e59c8d
Parents:
f1d488e
Message:

Doc update for the previous change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    rf1d488e r2efb69b  
    246246
    247247                <bitlbee-command name="add">
    248                         <syntax>chat add &lt;account&gt; &lt;room&gt; [&lt;channel&gt;]</syntax>
     248                        <syntax>chat add &lt;account id&gt; &lt;room&gt; [&lt;channel&gt;]</syntax>
    249249
    250250                        <description>
     
    277277        <bitlbee-command name="add">
    278278                <short-description>Add a buddy to your contact list</short-description>
    279                 <syntax>add &lt;connection&gt; &lt;handle&gt; [&lt;nick&gt;]</syntax>
    280                 <syntax>add -tmp &lt;connection&gt; &lt;handle&gt; [&lt;nick&gt;]</syntax>
     279                <syntax>add &lt;account id&gt; &lt;handle&gt; [&lt;nick&gt;]</syntax>
     280                <syntax>add -tmp &lt;account id&gt; &lt;handle&gt; [&lt;nick&gt;]</syntax>
    281281
    282282                <description>
     
    287287                        <para>
    288288                                If you want, you can also tell BitlBee what nick to give the new contact. The -tmp option adds the buddy to the internal BitlBee structures only, not to the real contact list (like done by <emphasis>set handle_unknown add</emphasis>). This allows you to talk to people who are not in your contact list. This normally won't show you any presence notifications.
     289                        </para>
     290
     291                        <para>
     292                                If you use this command in a control channel containing people from only one group, the new contact will be added to that group automatically.
    289293                        </para>
    290294                </description>
     
    13561360        </bitlbee-command>
    13571361
    1358         <bitlbee-command name="nick">
    1359                 <short-description>Change friendly name, nick</short-description>
    1360                 <syntax>nick &lt;connection&gt; [&lt;new nick&gt;]</syntax>
    1361                 <syntax>nick &lt;connection&gt;</syntax>
    1362 
    1363                 <description>
    1364                         <para>
    1365                                 Deprecated: Use the per-account <emphasis>display_name</emphasis> setting to read and change this information.
    1366                         </para>
    1367                 </description>
    1368 
    1369                 <ircexample>
    1370                         <ircline nick="wouter">account 1 set display_name "The majestik møøse"</ircline>
    1371                         <ircline nick="root">display_name = `The majestik møøse'</ircline>
    1372                 </ircexample>
    1373 
     1362        <bitlbee-command name="group">
     1363                <short-description>Contact group management</short-description>
     1364                <syntax>group list</syntax>
     1365
     1366                <description>
     1367                        <para>
     1368                                Only the <emphasis>group list</emphasis> command is supported at the moment, which shows a list of all groups defined so far.
     1369                        </para>
     1370                </description>
    13741371        </bitlbee-command>
    13751372       
Note: See TracChangeset for help on using the changeset viewer.