This shows you the differences between two versions of the page.
— |
on_numeric [2007/02/13 06:05] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | #$EPIC: on_numeric.txt,v 1.2 2007/02/13 06:05:45 jnelson Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[on]] [<modes>]numeric [<serial#>] [-|^]<match> { <action> } | ||
+ | |||
+ | ======Description:====== | ||
+ | This [[on]] is triggered for each numeric reply received by the client | ||
+ | for which there is not a suppressive handler for that numeric. | ||
+ | |||
+ | ======Parameters:====== | ||
+ | |$0 |Numeric being thrown | | ||
+ | |$1 |The server which sent the message | | ||
+ | |$2 |The message | | ||
+ | |||
+ | ======History:====== | ||
+ | This first appeared in EPIC5-0.3.1. | ||
+ | |||