Project

General

Profile

Sleep » History » Revision 3

Revision 2 (Per Amundsen, 08/16/2018 08:43 PM) → Revision 3/4 (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* 

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