Services bot destroys IRC

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Howdy
Posts: 8
Joined: Sat Oct 23, 2010 3:56 pm

Services bot destroys IRC

Post 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?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Services bot destroys IRC

Post by Stealth »

Make sure your services server is listed in your U:Lines block

uline {
services.sourcebin.info;
};
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Services bot destroys IRC

Post 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.
Howdy
Posts: 8
Joined: Sat Oct 23, 2010 3:56 pm

Re: Services bot destroys IRC

Post by Howdy »

Thanks guys, I accidently left a bracket on the uline block making it not work.
Locked