From WikiChip
mirc/on events/on error
< mirc‎ | on events
Revision as of 00:58, 25 June 2014 by Zmodem (talk | contribs) (Created On error event - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ON ERROR event is triggered when an IRC Server sends an error message, most-likely a disconnect message.

This event fills the $1- identifier with the entire error message.

Synopsis

ON <level>:ERROR:<matchtext>:<commands>

Parameters

<level>The level for the event to trigger.

<matchtext>The text that to be matched. Can also be a wildcard.

<commands>The commands to be performed when the event listener's criteria is met.

Example

ON *:ERROR:*full*:echo -s This server is most-likely full. Server sent error: $1-
ON *:ERROR:*ban*:echo -s You're most-likely banned from this server. Server sent error: $-

Compatibility

Added: mIRC v4.7

Added On: 09/12/96

See Also