2010-05-11 22:25:04 +02:00
|
|
|
BitlBee is an IRC instant messaging gateway licensed under the terms of the
|
2010-05-11 15:01:25 +02:00
|
|
|
GPL. It communicates with the end user via the IRC protocol whilst interacting
|
|
|
|
with popular chat networks such as AIM, ICQ, MSN, Yahoo, and Jabber. The user's
|
2010-05-11 22:25:04 +02:00
|
|
|
buddies appear as normal IRC users in a channel, and conversations use the
|
|
|
|
private message facility of IRC.
|
2010-05-11 15:01:25 +02:00
|
|
|
|
2010-05-11 22:25:04 +02:00
|
|
|
After the installation, you need to modify your /etc/inetd.conf so bitlbee will
|
|
|
|
be started when /etc/rc.d/rc.inetd is called on bootup. Add the line below to
|
2010-05-11 15:01:25 +02:00
|
|
|
your /etc/inetd.conf file:
|
2010-05-11 22:25:04 +02:00
|
|
|
6667 stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/bitlbee
|
2010-05-11 15:01:25 +02:00
|
|
|
|
2010-05-11 22:25:04 +02:00
|
|
|
Restart inetd (/etc/rc.d/rc.inetd restart). All that is left to do now is
|
|
|
|
connect your irc client to the localhost.
|
2010-05-11 15:01:25 +02:00
|
|
|
|
2010-05-11 22:25:04 +02:00
|
|
|
NOTE: The default "bot"/bitlbee daemon is called 'root'. This is not the root
|
|
|
|
user on your system. You can easily change it. Register and identify yourself
|
2010-05-11 15:01:25 +02:00
|
|
|
first, and then:
|
2010-05-11 22:25:04 +02:00
|
|
|
rename root BitlBot
|
|
|
|
(or whatever you want)
|