Difference between revisions of "$numeric"

From Scriptwiki
Jump to: navigation, search
m (added link)
m (added remote identifiers category)
Line 13: Line 13:
 
To get an overview over raws, take a look at [[:Category:Raws|Raws]].
 
To get an overview over raws, take a look at [[:Category:Raws|Raws]].
  
[[Category:Raws]]
+
[[Category:Remote Identifiers]][[Category:Raws]]

Revision as of 21:31, 24 November 2005

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

To get an overview over raws, take a look at Raws.