diff options
author | Michiel van Wessem <michiel.van.wessem@gmail.com> | 2010-05-11 15:01:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:01:25 +0200 |
commit | 7307b31029eb1b74e3725e8cada8e25148728ad4 (patch) | |
tree | 8daea9d3cb0f20879254f875f73ae1c5b931694e /network/bitlbee/README | |
parent | 5d0d367915484b3251cbd1d4f554a91ccbbb8311 (diff) | |
download | slackbuilds-7307b31029eb1b74e3725e8cada8e25148728ad4.tar.gz |
network/bitlbee: Initial import
Diffstat (limited to 'network/bitlbee/README')
-rw-r--r-- | network/bitlbee/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/network/bitlbee/README b/network/bitlbee/README new file mode 100644 index 0000000000..e6cb8882a6 --- /dev/null +++ b/network/bitlbee/README @@ -0,0 +1,20 @@ +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 wil +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) |