Allow INVITE and WALLOP floods to trigger auto-ignore

Previously, INVITE and WALLOP were tracked for flooding, but if the flood triggered then the auto-ignore
didn't happen.  As far as I can tell, this was just an oversight.
This commit is contained in:
Kevin Easton
2017-01-25 17:12:38 +11:00
parent 27b2f3e939
commit bbaeca3bc3
2 changed files with 4 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Allow INVITE and WALLOP floods to trigger auto-ignore. (caf)
* Change $indextoword() so that the return value numbers the words from 0
rather than 1, to align with documentation and EPIC4/5. (caf)