Timer 命令在 HEXCHAT 中的工作原理

How Timer command works in HEXCHAT

有一个我不能使用的命令... 有人知道正确的语法吗?

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

它只执行一次,然后就从定时器列表中消失了