Setting "Excess Flood" Exceptions

These are old archives. They are kept for historic purposes only.
Post Reply
sharstine
Posts: 12
Joined: Sun Nov 13, 2005 2:38 pm

Setting "Excess Flood" Exceptions

Post by sharstine »

Hi there,

We have a network status bot that spits out messages periodically in a private channel. About once a day, it disconnects due to "Excessive Flood" as shown below. Is there any way to add a flood exception for this bot (without giving it an o:line), so that it does not get disconnected when it spits out a bunch of messages at once?

*** Flood -- Network-Status![email protected] (8138) exceeds 8000 recvQ

Client Exiting: Network-Status [[email protected] [Excess Flood]]


Thanks,
Scott
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

yeah, create class noflood for it, something like

class noflood {
pingfreq 30;
maxclients 50;
sendq 1000000;
recvq 32000;
};



then an allow block
-Bricker-
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Also, if you recompile your IRCd, you can enable (in config.h) an option in the class block: no-fakelag or similar.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply