Hi, im running Sitestat5.0 (from the tcl archives) and trying to alter it so that the bt sends responses to commands as notices to the user instead of private msgs. It looks like the section i need to change is currentlt: 'tsend msg 0 $nick "$misc(hed) Help Request"'
and i thot it would be as easy as changing this to say 'tsend notice 0 $nickj ... etc' but it seems npot... can anyone plz help?tyia
tsend is not a preset eggdrop/tcl command.. and therefor must be a proc made in the script.. search for "proc tsend" in your script, and if you see through it and can't find the solution... don't be afraid to ask again.. just make sure you bring along the code(cause I couldn't find it in the tcl-archives )