Project

General

Profile

Actions

On CLOSE » History » Revision 3

« Previous | Revision 3/10 (diff) | Next »
Per Amundsen, 11/16/2015 04:23 AM


Added in 1.9.0

on <level>:CLOSE:<?|@|=|!|*>:<matchtext>:<commands>

Trigger for various events relating to the closing of a window of different types of windows.

See also on OPEN.

Parameters

<level> - The level for the event to trigger.
- The Matchtarget to listen to.
<matchtext> - The Matchtext to listen to.
<commands> - The commands to be performed when the event listener's criteria is met.

Example

; Print a message when a query window is closed.
on *:CLOSE:?:*:echo -ag Closed query window for $nick

Updated by Per Amundsen over 8 years ago · 3 revisions

Also available in: PDF HTML TXT