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.

changing private msgs to notices

Old posts that have not been replied to for several years.
Locked
r
rev_coil

changing private msgs to notices

Post by rev_coil »

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
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

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 ;))
Elen sila lúmenn' omentielvo
r
rev_coil

Post by rev_coil »

yay! that seemed to fix it!! u are my new saviour! thank you Papillion
Locked