Project

General

Profile

Actions

On RAWMODE » History » Revision 1

Revision 1/5 | Next »
Per Amundsen, 11/18/2015 03:32 PM


on <level>:RAWMODE:<#|*>:<commands>

Triggers when a channel mode is changed.
Allows a script to intercept and interpret the modes of a channel directly, avoiding AdiIRC's messages and notifications altogether.

Parameters

<level> - The 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

on ^*:RAWMODE:*: {
  echo $target * RAWMODE: $1-
  haltdef
}

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT