On CONNECT » History » Version 1
Per Amundsen, 11/17/2015 12:56 PM
1 | 1 | Per Amundsen | *<notextile>on <level>:CONNECT:<commands></notextile>* |
---|---|---|---|
2 | |||
3 | Triggers when AdiIRC connects to an IRC Server right after the MOTD is displayed. |
||
4 | |||
5 | *Parameters* |
||
6 | |||
7 | <level> - The level for the event to trigger. |
||
8 | <commands> - The commands to be performed when the event listener's criteria is met. |
||
9 | |||
10 | *Example* |
||
11 | |||
12 | <pre> |
||
13 | on *:CONNECT:/join #channel |
||
14 | |||
15 | on *:CONNECT:echo -ag Now connected to $network |
||
16 | </pre> |