This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

pubm priority/conflict

Help for those learning Tcl or writing their own scripts.
Post Reply
j
johne
Voice
Posts: 29
Joined: Tue Jul 19, 2005 2:24 am

pubm priority/conflict

Post by johne »

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.
j
johne
Voice
Posts: 29
Joined: Tue Jul 19, 2005 2:24 am

Post by johne »

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. :D
Post Reply