Project

General

Profile

Autojoin » History » Version 2

Per Amundsen, 08/17/2014 06:28 AM

1 1 Per Amundsen
_Added in 1.9.4_
2
3
*/autojoin [-nsdN]*
4
5
Can be used in the on CONNECT event or Perform section to delay or prevent autojoining of channels.
6
7 2 Per Amundsen
_This also affects the rejoining of open channel windows during a reconnect._
8
9 1 Per Amundsen
*Parameters*
10
11
-n - Join now.
12
-s - Skip autojoin.
13
-dN - Delay autojoin for N seconds.
14
15
*Example*
16
17
<pre>
18
;Delay autojoin for 5 seconds
19
on *:CONNECT:autojoin -d5
20
21
;Skip autojoin
22
on *:CONNECT:autojoin -s
23
</pre>