Ignore:
Timestamp:
2008-08-31T23:37:56Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f86a3d5
Parents:
c1333754
Message:

Updated "help groupchats" and removed help information on the join_chat
command.

File:
1 edited

Legend:

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

    rc1333754 r35529ae  
    956956
    957957        </bitlbee-command>
    958 
    959         <bitlbee-command name="join_chat">
    960                 <short-description>Join a named groupchat/conference room</short-description>
    961                 <syntax>join_chat &lt;connection&gt; &lt;room name&gt; [&lt;channel name&gt;] [&lt;room nickname&gt;] [&lt;password&gt;]</syntax>
    962 
    963                 <description>
    964                         <para>
    965                                 On most IM-networks groupchats can be started using the /join command. (<emphasis>/join #foo</emphasis> to start a chatroom with you and <emphasis>foo</emphasis>) This doesn't work with names groupchats though (which exist on Jabber networks and AIM, for example), instead you can use this command.
    966                         </para>
    967 
    968                         <para>
    969                                 The first two arguments are required. <emphasis>room name</emphasis> is the name of the chatroom on the IM-network. <emphasis>channel name</emphasis> is the IRC channel name BitlBee should map this to. <emphasis>room nickname</emphasis> is the nickname you want to have in this channel. If you don't give these options, BitlBee will do the right guesses.
    970                         </para>
    971 
    972                         <para>
    973                                 The following command will join you to the chatroom called <emphasis>bitlbee@conference.bitlbee.org</emphasis>. The channel will be called <emphasis>&amp;bitlbee-help</emphasis> because <emphasis>&amp;bitlbee</emphasis> will already be in use. Your nickname will be <emphasis>help-me</emphasis>.
    974                         </para>
    975                 </description>
    976 
    977                 <ircexample>
    978                         <ircline nick="wilmer">join_chat jabber bitlbee@conference.bitlbee.org &amp;bitlbee-help help-me</ircline>
    979                 </ircexample>
    980 
    981         </bitlbee-command>
    982958</chapter>
Note: See TracChangeset for help on using the changeset viewer.