I need something similar to a help script but done entirely in private msg. no channel commands. I also need the responses to be timed maybe 2 or 3 seconds.
Should be fairly easy using the msg or msgm bind to get input and using puthelp for output should prevent it from tripping sanely set flood protections.
You may want to consider providing some example of input and output for what you want.
I have another question. I tried making more than one trigger in one tcl file and they sort of bled together when i ran the trigger. So I tried splitting them up into different tcl files and it did the same thing, now I deleted all but one of those files and for some reason the deleted triggers still make the other script respond.
Example, when I run the !idlerpglogin trigger, it would run both my !help and !idlerpglogin scripts.
(Note: I didnt actually delete the files from the shell, i just took it out of the config file so it wouldnt load)
1st: did you use different proc-names for each proc/trigger?
2nd: did you "only" do a .rehash, or a full restart (.rehash will only re-read the configfile, without clearing any registered procs, bindings, settings, etc first)?