Project

General

Profile

Actions

On ACTIVE » History » Revision 7

« Previous | Revision 7/8 (diff) | Next »
Per Amundsen, 07/28/2018 09:30 PM


Added in 1.9.0

on <level>:ACTIVE:<*#?=!@~>:<commands>

Triggers when a window in AdiIRC is activated or when its active status changes.

See also on APPACTIVE, $active, $lactive, $activecid, $lactivecid, $activewid, $lactivewid.

Parameters

<level> - The User Access Level for the event to trigger.
<*#?=!@~> - The Matchtarget to listen to.
<commands> - The commands to be performed when the event listener's criteria is met.

Example

; Listen to ACTIVE event, print new active window and previously active window.
on *:ACTIVE:*:echo Activated: $active De-Activated: $lactive

Updated by Per Amundsen almost 6 years ago · 7 revisions

Also available in: PDF HTML TXT