slackbuilds_ponce/network/bitlbee
Michiel van Wessem e1965dd1b3 network/bitlbee: Updated for version 3.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-12-29 18:41:38 -06:00
..
bitlbee.info network/bitlbee: Updated for version 3.0.1. 2010-12-29 18:41:38 -06:00
bitlbee.SlackBuild network/bitlbee: Updated for version 3.0.1. 2010-12-29 18:41:38 -06:00
doinst.sh network/bitlbee: Updated for version 1.2.3 2010-05-11 22:25:04 +02:00
README network/bitlbee: Updated for version 3.0. 2010-10-25 07:55:12 -05:00
slack-desc network/bitlbee: Updated for version 1.2.7. 2010-06-12 07:47:26 -05:00

BitlBee is an IRC instant messaging gateway licensed under the terms of the
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
buddies appear as normal IRC users in a channel, and conversations use the
private message facility of IRC.

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
your /etc/inetd.conf file:
	6667    stream  tcp nowait  nobody  /usr/sbin/tcpd /usr/sbin/bitlbee

Restart inetd (/etc/rc.d/rc.inetd restart). All that is left to do now is
connect your irc client to the localhost.

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
first, and then:
	rename root BitlBot
	(or whatever you want)

if you want to use libevent for events, instead of the default glib, install 
libevent and run the script like this:  EVENTS=libevent ./bitlbee.SlackBuild

OTR (Off the record) is not compiled by default. If you want bitlbee to 
compile with OTR capabilities, you'll need to install libotr from Slackware
and run the script as follows: OTR=yes ./bitlbee.SlackBuild