On OPEN » History » Revision 15
« Previous |
Revision 15/24
(diff)
| Next »
Per Amundsen, 07/28/2018 09:26 PM
Added in 1.9.0
on <level>:OPEN:<?|=|!|*>:<matchtext>:<commands>
on <level>:OPEN:<?|=|!|*>:<commands>
For DCC Chat windows, the <matchtext> parameter is excluded, and it triggers only on successful connection.
Trigger for various events relating to the opening of a window of different types of windows.
Note: If you halt an on OPEN event triggered by an incoming private message, no on TEXT/on ACTION events is triggered
Note2: For private windows, on OPEN only triggers when opening a new private window from a incoming private message.
See also on CLOSE.
Haltable using ^
Parameters
<level> - The User Access 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 opened. on *:OPEN:?:*:echo -ag Opened query window for $nick
Updated by Per Amundsen over 6 years ago · 15 revisions