I tried to use the search function but could not really find the right search keywords i assume.
I am having the problem that ppl are able to use a trigger(public command like !test) at any moment.
I would like to let my bot look if the user allready used the !test trigger in the last for example 1 minute.
any suggestions where to search / how to add it ?
Code: Select all
bind pub -|- !test test:test
proc test:test {nick uhost hand channel arg} {
putserv "PRIVMSG $channel : text i want to send by trigger"
}
I must say i have some tcl knowledge but this i could not find.
Thanks and i hope i wrote in the correct forum
CyBaH
[/code]