Ban on no version

These are old archives. They are kept for historic purposes only.

Moderators: Gottem, Supporters

Post Reply
CrazyCat
Posts: 214
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Ban on no version

Post by CrazyCat »

Hello there,
I notice that some flooding bots doesn't reply to ctcp version. But the ban version block doesn't work when there is no answer to a version request.
It may be interresting to have a module which made an action (kill|tempshun|shun|kline|zline|gline|gzline) when there is no answer after a certain delay (in seconds).

Configuration I imagine:

Code: Select all

ban noversion {
	delay 10; # in seconds
	action [kill|tempshun|shun|kline|zline|gline|gzline];
	reason "We don't allow no version engines";
};
Post Reply