$numeric

From Scriptwiki
Revision as of 02:49, 5 November 2006 by Albie (talk | contribs)

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

Returns the numeric for the matching numeric event.

$numeric

Example

To see what raws you receive, you could use:

; we trigger on every raw
raw *:*: {
 ; we echo the numeric and the data we have received to the status window
 echo -s $numeric $1-
}

See Also

  • Debug To debug your scripts.
  • Raws To get an overview over raws.