Changeset 689a6e0
- Timestamp:
- 2005-11-21T11:53:48Z (19 years ago)
- Branches:
- master
- Children:
- 34c0e90, 513a323
- Parents:
- 57db63b
- Location:
- doc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bitlbee.8
r57db63b r689a6e0 39 39 networks and acts as a gateway. Users can connect to the server 40 40 with any normal IRC client and see their 'buddy list' in 41 #bitlbee. BitlBee's protocol support is based on the gaim41 &bitlbee. BitlBee's protocol support is based on the gaim 42 42 protocol plugins. BitlBee currently supports Oscar (aim and icq), 43 43 MSN, Jabber and Yahoo. … … 86 86 .SH COMMANDS 87 87 To get a complete list of commands, please use the \fBhelp commands\fP 88 command in the #bitlbee channel.88 command in the &bitlbee channel. 89 89 .SH "SEE ALSO" 90 90 .BR ircd (8), -
doc/user-guide/Usage.xml
r57db63b r689a6e0 14 14 15 15 <sect1> 16 <title>The #bitlbee control channel</title>16 <title>The &bitlbee control channel</title> 17 17 18 18 <para> 19 19 Once you are connected to the BitlBee server, you are automatically joined 20 to #bitlbee on that server. This channel acts like the 'buddy list' you have20 to &bitlbee on that server. This channel acts like the 'buddy list' you have 21 21 on the various other chat networks. 22 22 </para> 23 23 24 24 <para> 25 The user 'root' always hangs around in #bitlbee and acts as your interface 26 to bitlbee. All commands you give on #bitlbee are 'answered' by root. 25 The user 'root' always hangs around in &bitlbee and acts as your interface 26 to bitlbee. All commands you give on &bitlbee are 'answered' by root. 27 </para> 28 29 <para> 30 You might be slightly confused by the & in the channel name. This is, 31 however, completely allowed by the IRC standards. Just try it on a regular 32 IRC server, it should work. The difference between the standard #channels 33 and &channels is that the #channels are distributed over all the servers 34 on the IRC network, while &channels are local to one server. Because 35 the BitlBee control channel is local to one server (and in fact, to one person), 36 this name seems more suitable. Also, with this name, it's harder to confuse 37 the control channel with the #bitlbee channel on OFTC. 27 38 </para> 28 39 -
doc/user-guide/commands.xml
r57db63b r689a6e0 154 154 <ircexample> 155 155 <ircline nick="ctrlsoft">add 3 gryp@jabber.org grijp</ircline> 156 <ircaction nick="grijp" hostmask="gryp@jabber.org">has joined <emphasis> #bitlbee</emphasis></ircaction>156 <ircaction nick="grijp" hostmask="gryp@jabber.org">has joined <emphasis>&bitlbee</emphasis></ircaction> 157 157 </ircexample> 158 158 </bitlbee-command> … … 357 357 <description> 358 358 <para> 359 Some people prefer themself and root to have operator status in #bitlbee, other people don't. You can change these states using this setting.359 Some people prefer themself and root to have operator status in &bitlbee, other people don't. You can change these states using this setting. 360 360 </para> 361 361 -
doc/user-guide/quickstart.xml
r57db63b r689a6e0 7 7 8 8 <para> 9 The center of BitlBee is the control channel, <emphasis> #bitlbee</emphasis>. Two users will always be there, <emphasis>you</emphasis> (where "you" is the nickname you are using) and the system user, <emphasis>root</emphasis>.9 The center of BitlBee is the control channel, <emphasis>&bitlbee</emphasis>. Two users will always be there, <emphasis>you</emphasis> (where "you" is the nickname you are using) and the system user, <emphasis>root</emphasis>. 10 10 </para> 11 11 … … 97 97 <ircexample> 98 98 <ircline nick="you">add 0 r2d2@example.com</ircline> 99 <ircaction nick="r2d2"> has joined <emphasis> #bitlbee</emphasis></ircaction>99 <ircaction nick="r2d2"> has joined <emphasis>&bitlbee</emphasis></ircaction> 100 100 </ircexample> 101 101 … … 122 122 123 123 <para> 124 First of all, a person must be on your contact list for you to chat with them (unless it's a group chat, <emphasis>help groupchats</emphasis> for more). If someone not on your contact list sends you a message, simply add them to the proper account with the <emphasis>add</emphasis> command. Once they are on your list and online, you can chat with them in #bitlbee:124 First of all, a person must be on your contact list for you to chat with them (unless it's a group chat, <emphasis>help groupchats</emphasis> for more). If someone not on your contact list sends you a message, simply add them to the proper account with the <emphasis>add</emphasis> command. Once they are on your list and online, you can chat with them in &bitlbee: 125 125 </para> 126 126 … … 131 131 132 132 <para> 133 If you'd rather chat with them in a separate window use the <emphasis>/msg</emphasis> or <emphasis>/query</emphasis> command, just like you would for a private message in IRC. If you want to have messages automatically come up in private messages rather than in the #bitlbee channel, use the <emphasis>set private</emphasis> command: <emphasis>set private true</emphasis> (<emphasis>set private false</emphasis> to change back).133 If you'd rather chat with them in a separate window use the <emphasis>/msg</emphasis> or <emphasis>/query</emphasis> command, just like you would for a private message in IRC. If you want to have messages automatically come up in private messages rather than in the &bitlbee channel, use the <emphasis>set private</emphasis> command: <emphasis>set private true</emphasis> (<emphasis>set private false</emphasis> to change back). 134 134 </para> 135 135
Note: See TracChangeset
for help on using the changeset viewer.