Project

General

Profile

On CONNECT » History » Version 2

Per Amundsen, 11/17/2015 12:56 PM

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