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.

!help script. notice instead of message.

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

Post by redgore »

I currently have a script set up like so..

bind pubm * "% !help" phelp
proc phelp {nick uhost hand chan text} {
putmsg $nick "* Help information:"
putmsg $nick "* - Available Commands:"
putmsg $nick "* - !help - This help."
How do i edit rthis to notice the user instead?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

putserv "NOTICE $nick :bla bla bla"
Locked