uncled1023 / IRCBot

Windows based IRC Bot
Other
43 stars 11 forks source link

Bot being killed for "Excess flood" when banning someone #583

Closed HarHar closed 9 years ago

HarHar commented 9 years ago

The cause, as I see it, is that when an user has too many hosts assigned to them, Combot sets +b on every hostmask without a delay between them, causing it to quit for excess flood.

The two obvious solutions are: put a delay every 3 or 4 hostmasks banned (but could make it take a while to ban all masks), or only ban their X last used hostmasks.

gambare uncle D

HarHar commented 9 years ago

moving issue to other repo