Project

General

Profile

Actions

Sleep » History » Revision 3

« Previous | Revision 3/4 (diff) | Next »
Per Amundsen, 01/12/2022 09:05 PM


Added in 1.8.3

/sleep <N> <command>

Execute a command after N seconds, can be used to delay channel joins while waiting for NickServ Auth.

Parameters

<N> - Seconds to delay.
<command> - Command to execute after delay. (Must start with a /)

Example

; Delay 5 seconds, then join #channel1 and #channel2
/sleep 5 /join #channel1,#channel2

Updated by Per Amundsen over 2 years ago · 3 revisions

Also available in: PDF HTML TXT