Performs an action after a period of time. Use -1 for repeat count to repeat infinitely.Usage:
#delayExamples:
#delay [keyword] [time (in seconds)] [action]
#delay [keyword] [time (in seconds)] [repeat count] [action]
#delay test1 60 say I typed this one minute ago.See Also: Undelay, Action, Alias, Replace
#delay test2 60 10 say I am going to say this once a minute for 10 minutes.