I have several scripts running with different binds and I am trying to enable flood/repeat protection in an additional script but it will not work when the text is the existing binds.
If I type
hello
hello
hello
the proc will run
but when I type
.command
.command
.command
the initial bind pub works but the flood/repeat check does not.
the binds being used for the existing scripts are: bind pub - .command command
the bind being used for the flood/repeat check is: bind pubm - * repeat_pubm
any ideas why this would be? I'm at a loss.