Project

General

Profile

Sleep » History » Version 4

Per Amundsen, 02/16/2023 03:14 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 4 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| <N> | Seconds to delay. |
12
| <command> | Command to execute after delay. (Must start with a /) |
13 1 Per Amundsen
14
*Example*
15
16
<pre>
17 3 Per Amundsen
; Delay 5 seconds, then join #channel1 and #channel2
18 1 Per Amundsen
/sleep 5 /join #channel1,#channel2
19
</pre>