|
|
Line 6: |
Line 6: |
| | | |
| == Parameters == | | == Parameters == |
− | <span style="display: inline-block; width: 105px;">'''<level>'''</span>The level for the event to trigger.
| |
| | | |
− | <span style="display: inline-block; width: 105px;">'''<*#?=!@>'''</span>The place, or places where the event listens.
| + | * '''<level>''' - The corresponding {{mIRC|access level}} for the event to trigger. |
− | | + | * '''<matchtext>''' - The corresponding {{mIRC|on text|matchtext}} for the event to trigger. |
− | <div style="background-color: rgba(0,0,0,.03); display: block;"><span style="border-right: 1px dashed rgba(0,0,0,.15); display: inline-block; margin-left: 105px; margin-right: 25px; width: 60px;">'''*'''</span>Any window</div> | + | * '''<*><?><#[,#]>''' - The place, or places where the event listens, you can seperate them by comma. |
− | | + | ** '''*''' - Any query/channel window |
− | <div style="background-color: rgba(0,0,0,.06); display: block;"><span style="border-right: 1px dashed rgba(0,0,0,.15); display: inline-block; margin-left: 105px; margin-right: 25px; width: 60px;">'''#'''</span>Channel windows</div> | + | ** '''?''' - Any query windows |
− | | + | ** '''#''' - Any channel window |
− | <div style="background-color: rgba(0,0,0,.03); display: block;"><span style="border-right: 1px dashed rgba(0,0,0,.15); display: inline-block; margin-left: 105px; margin-right: 25px; width: 60px;">'''?'''</span>Query windows</div>
| + | ** '''#channel[,#]''' - one or more specific channels, seperate them by comma |
− | | + | ** '''=''' - Any DCC chat |
− | <div style="background-color: rgba(0,0,0,.06); display: block;"><span style="border-right: 1px dashed rgba(0,0,0,.15); display: inline-block; margin-left: 105px; margin-right: 25px; width: 60px;">'''='''</span>DCC Chat</div>
| + | ** '''!''' - Any DCC server |
− | | + | ** '''@''' - Any custom window |
− | <div style="background-color: rgba(0,0,0,.03); display: block;"><span style="border-right: 1px dashed rgba(0,0,0,.15); display: inline-block; margin-left: 105px; margin-right: 25px; width: 60px;">'''!'''</span>DCC Server</div>
| + | * '''<commands>''' - The commands to be performed when the event triggers |
− | | |
− | <div style="background-color: rgba(0,0,0,.06); display: block;"><span style="border-right: 1px dashed rgba(0,0,0,.15); display: inline-block; margin-left: 105px; margin-right: 25px; width: 60px;">'''@'''</span>Custom window</div>
| |
− | | |
− | <span style="display: inline-block; width: 105px;">'''<commands>'''</span>The commands to be performed when the event listener's criteria is met.
| |
| | | |
| == Examples == | | == Examples == |
Revision as of 06:12, 22 January 2016
Template:mIRC Guide
The ON ACTIVE event monitors when a certain window, or window type, is activated or has had its active status changed.
Synopsis
ON <level>:ACTIVE:<*#?=!@>:<commands>
Parameters
- <level> - The corresponding access level for the event to trigger.
- <matchtext> - The corresponding matchtext for the event to trigger.
- <*><?><#[,#]> - The place, or places where the event listens, you can seperate them by comma.
- * - Any query/channel window
- ? - Any query windows
- # - Any channel window
- #channel[,#] - one or more specific channels, seperate them by comma
- = - Any DCC chat
- ! - Any DCC server
- @ - Any custom window
- <commands> - The commands to be performed when the event triggers
Examples
ON *:ACTIVE:*:echo -a * $active is now active, took over for $lactive
Compatibility
Added: mIRC v5.9
Added on: 26 Apr 2001
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also
v · d · e mIRC on event list
A
on Action, on Active, on Agent, on Appactive
B
on Ban
C
on Char, on Chat, on Chatclose, on Chatopen, on Close, on Connect, on Connectfail, on Ctcpreply
D
on Dccserver, on Dehelp, on Deop, on Deowner, on Devoice, on Dialog, on Disconnect, on Dns
E
on Error, on Exit
F
on Filercvd, on Filesent
G
on Getfail
|
H
on Help, on Hotlink
I
on Input, on Invite
J
on Join
K
on Keydown, on Keyup, on Kick
L
on Load, on Logon
M
on Midiend, on Mode, on Mp3end
N
on Nick, on Nosound, on Notice, on Notify
O
on Op, on Open, on Owner
P
on Parseline, on Part, on Ping, on Playend, on Pong
|
Q
on Queryclose, on Queryopen, on Quit
R
on Rawmode
S
on Sendfail, on Serv, on Servclose, on Servermode, on Serverop, on Servopen, on Signal, on Snotice, on Sockclose, on Socklisten, on Sockopen, on Sockread, on Sockwrite, on Start
T
on Text, on Topic
U
on Udpread, on Udpwrite, on Unban, on Unload, on Unotify, on Usermode
|
V
on Vcmd, on Voice
W
on Wallops, on Waveend
|