Sleep » History » Version 1
Per Amundsen, 02/14/2014 05:59 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 | <command> - Command to execute after delay. |
||
| 11 | |||
| 12 | *Example* |
||
| 13 | |||
| 14 | <pre> |
||
| 15 | ;Delay 5 seconds, then join #channel1 and #channel2 |
||
| 16 | /sleep 5 /join #channel1,#channel2 |
||
| 17 | </pre> |