I wanted to combine eggdrop with the bitlbee IRCd to create a chatbot.
Now I'm running into some problems, probably because bitlbee is very "light" and lacks some features of a classical IRCd.
I compiled eggdrop 1.6.19 and edited the .conf to (as far as I knew) fit my needs, now when I try to start eggdrop with
Code: Select all
./eggdrop -m null.conf
Code: Select all
[15:37] === null: 1 channels, 0 users.
Additionally, it doesn't join the &bitlbee channel, although the .log says
Code: Select all
[15:37] null joined &bitlbee.
[15:38] &bitlbee is active but has no ops :(
Thanks in advance, TowaKo