Changes in doc/user-guide/commands.xml [028ca92:82cb190]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r028ca92 r82cb190 258 258 259 259 <para> 260 Available actions: add, with , list. See <emphasis>help chat <action></emphasis> for more information.260 Available actions: add, with. See <emphasis>help chat <action></emphasis> for more information. 261 261 </para> 262 262 … … 264 264 265 265 <bitlbee-command name="add"> 266 <syntax>chat add <account id> <room |!index> [<channel>]</syntax>266 <syntax>chat add <account id> <room> [<channel>]</syntax> 267 267 268 268 <description> … … 272 272 273 273 <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 <channel> 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>) 275 275 </para> 276 276 … … 280 280 </description> 281 281 282 </bitlbee-command>283 284 <bitlbee-command name="list">285 <syntax>chat list <account id> [<server>]</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>301 282 </bitlbee-command> 302 283 … … 307 288 <para> 308 289 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>313 290 </para> 314 291 </description> … … 668 645 <para> 669 646 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 priority688 647 </para> 689 648 </description> … … 1532 1491 and any modes they should have. The following statuses are currently 1533 1492 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>. 1536 1495 </para> 1537 1496 … … 1539 1498 If a status is followed by a valid channel mode character 1540 1499 (@, % 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> 1542 1501 will show all users in the channel. Online people will 1543 1502 have +o, people who are online but away will have +v, … … 1858 1817 </bitlbee-command> 1859 1818 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 1872 1819 <bitlbee-command name="qlist"> 1873 1820 <short-description>List all the unanswered questions root asked</short-description>
Note: See TracChangeset
for help on using the changeset viewer.