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
okay, i figured it out..crazy stuff but 1.6.17 experiences this behavior, i upgraded to 1.6.19 and both pub and pubm work, and i tested on 1.6.18 and got the same results.