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.

timer for a msg

Old posts that have not been replied to for several years.
Locked
J
JaSoN

Post by JaSoN »

want to ask if anyone knows how to add a timer for this ... eg. u type .info in the channel and the msg should appear some seconds later, ty.

Code: Select all

bind pub - ".info" sayinfo
proc sayinfo { nick uhost handle channel rest } {
    putnot $nick "Info..."
}
Locked