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