From WikiChip
Difference between revisions of "mirc/on events/on active"
< mirc‎ | on events

m (Bot: Adding a template (template:mIRC on event list))
m (Bot: Fixing links)
Line 37: Line 37:
 
* [[List of on events - mIRC|mIRC Events]]
 
* [[List of on events - mIRC|mIRC Events]]
 
* [[On appactive - mIRC|ON APPACTIVE]]
 
* [[On appactive - mIRC|ON APPACTIVE]]
* [[$active identifier - mIRC|$active]]
+
* {{mIRC|$active}}
* [[$activecid identifier - mIRC|$activecid]]
+
* {{mIRC|$activecid}}
* [[$activewid identifier - mIRC|$activewid]]
+
* {{mIRC|$activewid}}
* [[$lactive identifier - mIRC|$lactive]]
+
* {{mIRC|$lactive}}
* [[$lactivecid identifier - mIRC|$lactivecid]]
+
* {{mIRC|$lactivecid}}
* [[$lactivewid identifier - mIRC|$lactivewid]]
+
* {{mIRC|$lactivewid}}
 
{{mIRC on event list}}
 
{{mIRC on event list}}
  
 
[[Category:MIRC on events]]
 
[[Category:MIRC on events]]

Revision as of 21:03, 5 July 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/04/2001

See Also