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