I'll try to look at it but if anyone (especially the author) have any idea ...
Edit: Ok I've finally understood what happens :
First, the flag +actr must be set on the chans you want the script to work. (.chanset #channel +actr)
Next, the setting act:rev must be set using .chanset command, it won't work if you only set it in the following section of the script :
Code: Select all
# Channel Action Flood Protection:
# Set amount of action in seconds to trigger channel action flood protection:
# Example : {act:rev ?:?}
# Amount of action '0' will be disabling flood protection.
# This settings is also configurable via chanset.
# .chanset #channel act:rev ?:?
lappend act:flood {act:rev 5:30}
Maybe a little bit more documentation would have helped.