Actions
Added in 1.9.0
RAW <numeric|text>:<matchtext>:<commands>
Triggers whenever AdiIRC receives a raw numeric or text events which does not have a corresponding ON event.
See also $numeric.
Parameters
<numeric|text> - Numeric or text event to listen to.
<matchtext> - Matchtext to listen to.
<commands> - The commands to be performed when the event listener's criteria is met.
Example
RAW 001:*:echo -ag Raw 001 is $1- RAW CAP:LS *:echo -ag CAP prefixes on this server are $1-
Updated by Per Amundsen over 4 years ago · 8 revisions