This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop + Bitlbee = Good Times

General support and discussion of Eggdrop bots.
Post Reply
User avatar
incith
Master
Posts: 275
Joined: Sat Apr 23, 2005 2:16 am
Location: Canada

Eggdrop + Bitlbee = Good Times

Post by incith »

It's quite fun to be honest.

What I've done is made eggdrop connect to a BitlBee server, added some things to have it identify (I setup the Bitlbee account in advance), and now my bot is on MSN and any other chat protocol I desire that BitlBee supports.

And it works perfectly. Just had to make a seperate folder for this 'BitlBot' specific scripts, as if you send bold over MSN it doesn't look right, and some other small issues like that.

Just thought I'd throw the idea out there and see what happens in the future, a long time ago I had made a Perl bot based off of InfoBot's, and had it connect to MSN/etc as well using Net::MSN and things.

MSN bots are kinda fun, but mostly useless. :) Also I'd increase any sort of flood settings, it's a lot easier to flood someone on MSN I've found.

Oh, also, you'll have to telnet to your bot as you can't really DCC chat over a Bitlbee network.
x
xmt
Voice
Posts: 1
Joined: Sat Jun 23, 2007 11:46 am

Post by xmt »

hey,
i tried this the other day, however it wouldnt work :(

i just got screenfulls of this over telnet

Code: Select all

[16:46] eggdrop joined &bitlbee.
[16:46] &bitlbee: mode change '+t ' by hostname-of-irc-server.net
[16:46] eggdrop joined &bitlbee.
[16:46] &bitlbee: mode change '+t ' by hostname-of-irc-server.net
[16:46] eggdrop joined &bitlbee.
[16:46] &bitlbee: mode change '+t ' by hostname-of-irc-server.net
[16:46] eggdrop joined &bitlbee.
[16:46] &bitlbee: mode change '+t ' by hostname-of-irc-server.net
[16:46] eggdrop joined &bitlbee.
...
i guess i need some config tweaking, so far all ive really done is .+chan &bitlbee

any ideas?
thanks

EDIT:
haha nevermind, i fixed it
bot was trying to enfore +nt, and of course modes cant be changed on &bitlbee. after changing it to simply enfore +t it appears to be working fine :D
Post Reply