Command: Delay

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