On error: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
m Small change.
m Another change, had forgotten the usual formatting.
 
Line 5: Line 5:




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



Latest revision as of 20:08, 6 July 2014

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>


Example

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.