Sleep » History » Version 3
Per Amundsen, 01/12/2022 09:05 PM
1 | 1 | Per Amundsen | _Added in 1.8.3_ |
---|---|---|---|
2 | |||
3 | */sleep <N> <command>* |
||
4 | |||
5 | Execute a command after N seconds, can be used to delay channel joins while waiting for NickServ Auth. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | <N> - Seconds to delay. |
||
10 | 2 | Per Amundsen | <command> - Command to execute after delay. (Must start with a /) |
11 | 1 | Per Amundsen | |
12 | *Example* |
||
13 | |||
14 | <pre> |
||
15 | 3 | Per Amundsen | ; Delay 5 seconds, then join #channel1 and #channel2 |
16 | 1 | Per Amundsen | /sleep 5 /join #channel1,#channel2 |
17 | </pre> |