Im looking through the document tcl.doc, which i found on the egghelp.org website, only somethings not quite right!
In my conf file i load the script im writing successfully, confirmed with a PUTLOG message.
All thats in the script atm is...
Code: Select all
putlog "Response Script Loaded"
bind pubm - hello pubm:hello
proc pubm:hello {nick host handle chan text} {
puthelp "PRIVMSG $chan :Hello $nick"
}
Thanks for your time,
Ee-Ore