有一个命令我无法使用... 有人知道正确的语法吗?
Usage: TIMER [-refnum < num >] [-repeat < num >] < seconds> < command>
TIMER [-quiet] -delete < num>
/timer 10 say This is 10 seconds later!
/timer -repeat 3 10 say I am repeatedly saying this 3 times in 10 sec intervals
/timer -refnum 1 -repeat 0 10 say I repeat this until the end of time!
/timer -delete 1
(这会停止前一个)
如果您没有指定引用句柄,只需输入
/timer
将列出所有正在运行的程序。
/timer -repeat -1 9 nick myNick
或
/timer -repeat 999999999999 9 nick myNick
它只被执行一次,然后它就会从计时器列表中消失
如何指定机器人将此消息发送到频道?