blob: 5d87e32b19ebf540e8258928ef3f222b46fc57b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<chapter id="Usage">
<title>Usage</title>
<sect1>
<title>Connecting to the server</title>
<para>
Since BitlBee acts just like any other irc daemon, you can connect to
it with your favorite irc client. Launch it and connect to localhost port 6667
(or whatever host/port you are running bitlbee on).
</para>
</sect1>
<sect1>
<title>The #bitlbee control channel</title>
<para>
Once you are connected to the BitlBee server, you are automatically joined
to #bitlbee on that server. This channel acts like the 'buddy list' you have
on the various other chat networks.
</para>
<para>
The user 'root' always hangs around in #bitlbee and acts as your interface
to bitlbee. All commands you give on #bitlbee are 'answered' by root.
</para>
</sect1>
<sect1>
<title>Talking to people</title>
<para>
You can talk to by starting a query with them. In most irc clients,
this can be done with either <command>/msg <nick> <text></command>
or <command>/query <nick></command>.
</para>
<para>
To keep the number of open query windows limited, you can also talk to people
in the control channel, like <command><nick>: <text></command>.
</para>
</sect1>
</chapter>
|