From WikiChip
Difference between revisions of "mirc/on events/on active"
m (bot: sort-key added to category) |
m (PatrolBot moved page On active - mIRC to mirc/on events/on active: per new naming convention) |
(No difference)
|
Revision as of 01:03, 13 August 2014
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 level for the event to trigger.
<*#?=!@>The place, or places where the event listens.
*Any window
#Channel windows
?Query windows
=DCC Chat
!DCC Server
@Custom window
<commands>The commands to be performed when the event listener's criteria is met.
Examples
; Listen for any window becoming active, ; then display information about that window and the previous active window 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
mIRC on event list