Project

General

Profile

Sleep » History » Version 2

Per Amundsen, 08/16/2018 08:43 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
;Delay 5 seconds, then join #channel1 and #channel2
16
/sleep 5 /join #channel1,#channel2
17
</pre>