On error

From Scriptwiki
Revision as of 22:06, 6 July 2014 by Cail (talk | contribs) (Added page.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

on ERROR

The on ERROR event triggers when an IRC Server sends an ERROR message, this usually occurs on a disconnection. The $1- parameters refer to the full error message.

on <level>:ERROR:<matchtext>:<commands>


Examples:

on 1:ERROR:*server full*:/echo Try another server!

For an explanation of matchtext see the on TEXT event.

on 1:ERROR:*banned*:/echo I am banned from this server *mumble*!

This triggers when you try to connect to a server and it tells you that you are banned.


Note: This event is not related to any kind of error reporting in mIRC itself.