Ignore:
File:
1 edited

Legend:

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

    r028ca92 r82cb190  
    258258
    259259                        <para>
    260                                 Available actions: add, with, list. See <emphasis>help chat &lt;action&gt;</emphasis> for more information.
     260                                Available actions: add, with. See <emphasis>help chat &lt;action&gt;</emphasis> for more information.
    261261                        </para>
    262262
     
    264264
    265265                <bitlbee-command name="add">
    266                         <syntax>chat add &lt;account id&gt; &lt;room|!index&gt; [&lt;channel&gt;]</syntax>
     266                        <syntax>chat add &lt;account id&gt; &lt;room&gt; [&lt;channel&gt;]</syntax>
    267267
    268268                        <description>
     
    272272
    273273                                <para>
    274                                         After adding a room to your list, you can simply use the IRC /join command to enter the room. Also, you can tell BitlBee to automatically join the room when you log in. (<emphasis>channel &lt;channel&gt; set auto_join true</emphasis>)
     274                                        After adding a room to your list, you can simply use the IRC /join command to enter the room. Also, you can tell BitlBee to automatically join the room when you log in. (See <emphasis>chat set</emphasis>)
    275275                                </para>
    276276
     
    280280                        </description>
    281281
    282                 </bitlbee-command>
    283 
    284                 <bitlbee-command name="list">
    285                         <syntax>chat list &lt;account id&gt; [&lt;server&gt;]</syntax>
    286 
    287                         <description>
    288                                 <para>
    289                                         List existing chatrooms provided by an account. BitlBee needs this to propogate an internal list of chats. The existing chat can then be added with <emphasis>chat add</emphasis>, using the number in the index column after a "!" as a shortcut.
    290                                 </para>
    291                         </description>
    292 
    293                         <ircexample>
    294                                 <ircline nick="dx">chat list facebook</ircline>
    295                                 <ircline pre="1" nick="root">Index  Title                 Topic</ircline>
    296                                 <ircline pre="1" nick="root">    1  869891016470949       cool kids club</ircline>
    297                                 <ircline pre="1" nick="root">    2  457892181062459       uncool kids club</ircline>
    298                                 <ircline nick="root">2 facebook chatrooms</ircline>
    299                                 <ircline nick="dx">chat add facebook !1 #cool-kids-club</ircline>
    300                         </ircexample>
    301282                </bitlbee-command>
    302283
     
    307288                                <para>
    308289                                        While most <emphasis>chat</emphasis> subcommands are about named chatrooms, this command can be used to open an unnamed groupchat with one or more persons. This command is what <emphasis>/join #nickname</emphasis> used to do in older BitlBee versions.
    309                                 </para>
    310 
    311                                 <para>
    312                                         Another way to do this is to join to a new, empty channel with <emphasis>/join #newchannel</emphasis> and invite the first person with <emphasis>/invite nickname</emphasis>
    313290                                </para>
    314291                        </description>
     
    668645                        <para>
    669646                                When you're already connected to a BitlBee server and you connect (and identify) again, BitlBee will offer to migrate your existing session to the new connection. If for whatever reason you don't want this, you can disable this setting.
    670                         </para>
    671                 </description>
    672         </bitlbee-setting>
    673 
    674         <bitlbee-setting name="always_use_nicks" type="boolean" scope="channel">
    675                 <default>false</default>
    676 
    677                 <description>
    678                         <para>
    679                                 Jabber groupchat specific. This setting ensures that the nicks defined by the other members of a groupchat are used, instead of the username part of their JID. This only applies to groupchats where their real JID is known (either "non-anonymous" ones, or "semi-anonymous" from the point of view of the channel moderators)
    680                         </para>
    681 
    682                         <para>
    683                                 Enabling this may have the side effect of changing the nick of existing contacts, either in your buddy list or in other groupchats. If a contact is in multiple groupchats with different nicks, enabling this setting for all those would result in multiple nick changes when joining, and the order of those changes may vary.
    684                         </para>
    685 
    686                         <para>
    687                                 Note that manual nick changes done through the <emphasis>rename</emphasis> command always take priority
    688647                        </para>
    689648                </description>
     
    15321491                                and any modes they should have. The following statuses are currently
    15331492                                recognised: <emphasis>online</emphasis> (i.e. available, not
    1534                                 away), <emphasis>special</emphasis> (specific to the protocol),
    1535                                 <emphasis>away</emphasis>, and <emphasis>offline</emphasis>.
     1493                                away), <emphasis>special</emphasis>, <emphasis>away</emphasis>,
     1494                                and <emphasis>offline</emphasis>.
    15361495                        </para>
    15371496                       
     
    15391498                                If a status is followed by a valid channel mode character
    15401499                                (@, % or +), it will be given to users with that status.
    1541                                 For example, <emphasis>online@,special%,away+,offline</emphasis> 
     1500                                For example, <emphasis>online@,special%,away+,offline</emphasis>
    15421501                                will show all users in the channel. Online people will
    15431502                                have +o, people who are online but away will have +v,
     
    18581817        </bitlbee-command>
    18591818
    1860         <bitlbee-command name="plugins">
    1861                 <short-description>List all the external plugins and protocols</short-description>
    1862                 <syntax>plugins</syntax>
    1863 
    1864                 <description>
    1865                         <para>
    1866                                 This gives you a list of all the external plugins and protocols.
    1867                         </para>
    1868                 </description>
    1869 
    1870         </bitlbee-command>
    1871 
    18721819        <bitlbee-command name="qlist">
    18731820                <short-description>List all the unanswered questions root asked</short-description>
Note: See TracChangeset for help on using the changeset viewer.