Ueland / VikingBot

Vikingbot is yet another simple PHP based IRC bot with support for plugins and secure IRC servers. The bot requires Unix/Linux shell access with PHP support and SSL support in PHP for use against secure IRC servers.
GNU General Public License v3.0
40 stars 6 forks source link

Flood protection #6

Closed nutinshell closed 12 years ago

nutinshell commented 12 years ago

To prevent abuse bot, can you add a flood protection function :)

Ueland commented 12 years ago

Hi,

Sure thing! Could you give some hints into what kind of flood protection? From giving the bot too many commands to quick, from flodding a channel? Something else? :)

nutinshell commented 12 years ago

Thanks! Do prevent too many commands to the bot at a short-time would do the trick.

Ueland commented 12 years ago

Sorry about taking some time, but flood protection is now in place. The check is for X number of messages within a 10 minute window before the block kicks in, hopefully that does the trick :)