Page 1 of 1

Services bot destroys IRC

Posted: Sat Oct 23, 2010 7:23 pm
by Howdy
Whenever I add a service bot and assign it to my channel, it floods my terminal with

Code: Select all

[Oct 23 19:20:32.893784 2010] debug: Sent: :bot MODE #sourcebin +o bot
[Oct 23 19:20:32.893870 2010] debug: Received: :67.220.74.146 MODE #sourcebin -oh bot bot 0
[Oct 23 19:20:32.893886 2010] debug: Changing modes for #sourcebin to -oh bot bot 0
[Oct 23 19:20:32.893911 2010] debug: Sent: :bot MODE #sourcebin +o bot
[Oct 23 19:20:32.894001 2010] debug: Received: :67.220.74.146 MODE #sourcebin &-o bot 1287855506
[Oct 23 19:20:32.894016 2010] debug: Changing modes for #sourcebin to &-o bot 1287855506
it does this over & over, making the services unresponsive, and eventually closes with

Code: Select all

* *** Notice -- Max SendQ limit exceeded for services.sourcebin.info[67.220.74.1]: 3000017 > 3000000
* *** Global -- Closing link: Max SendQ exceeded - services.sourcebin.info[67.220.74.1]
I've no idea why it does it but it only happens when I assign a bot to a channel, anyone have any ideas?

Re: Services bot destroys IRC

Posted: Sat Oct 23, 2010 8:20 pm
by Stealth
Make sure your services server is listed in your U:Lines block

uline {
services.sourcebin.info;
};

Re: Services bot destroys IRC

Posted: Sat Oct 23, 2010 10:01 pm
by katsklaw
U:Lines are case sensitive and services must be introduced as a uline upon connect so you have to insure all servers have uline blocks exactly right and rehashed *before* connecting services.

Re: Services bot destroys IRC

Posted: Mon Oct 25, 2010 11:39 pm
by Howdy
Thanks guys, I accidently left a bracket on the uline block making it not work.