It's quite nice for consolidating all your communication inside of Emacs (IRC via ERC, mail and news via GNUS, IM via bitlbee), etc.
Luckily, Bitlbee compiles out of the box on AIX, and you don't even need root permissions to use it.
Simply download it and compile it with say gcc:
% gunzip -c bitlbee-1.2.3.tar.gz| tar xf -Now connect your IRC client to localhost port 12345 and create your account.
% cd bitlbee-1.2.3
% ./configure --ssl=openssl
% gmake
% ./bitlbee -D -n -v -i 127.0.0.1 -p 12345 -c ./bitlbee.conf
register password
account add yahoo username password
account on
No comments:
Post a Comment