phergie / phergie-irc-bot-react

IRC bot built on React
BSD 2-Clause "Simplified" License
81 stars 26 forks source link

Flood control ?? #41

Closed flip111 closed 8 years ago

flip111 commented 8 years ago

Does this bot implement some kind of flood control? Doesn't seem so because i got these messages

2015-11-29 11:03:14 DEBUG mybot!mybot@wilhelm.freenode.net :mybot!~mybot@myhost.com QUIT :Excess Flood []
2015-11-29 11:03:14 DEBUG mybot!mybot@wilhelm.freenode.net ERROR :Closing Link: myhost.com (Excess Flood) []

Also the bot doesn't seem to reconnect after this happens

svpernova09 commented 8 years ago

Please give more info in your reports. We need to know what you were doing. Post more of the log so we can see what the bot was seeing and / or responding to.

flip111 commented 8 years ago

http://pastebin.com/L7n3642x

svpernova09 commented 8 years ago

There is nothing we're doing in the core to prevent you from flooding. This is something that plugins should manage themselves IMHO.

If we want to build in flood protection IMHO it should be done via a new plugin or possibly the client. Would be open to suggestions.