Difference between revisions of "$numeric"

From Scriptwiki
Jump to: navigation, search
 
m
 
(2 intermediate revisions by one other user not shown)
Line 7: Line 7:
 
  [[:Category:Raws|raw]] *:*: {
 
  [[:Category:Raws|raw]] *:*: {
 
   ; we echo the numeric and the data we have received to the status window
 
   ; we echo the numeric and the data we have received to the status window
   [[echo]] -s $numeric $1-
+
   [[echo]] -s $numeric [[$1-]]
 
  }
 
  }
  
 
== See Also ==
 
== See Also ==
To get an overview over raws, take a look at [[:Category:Raws|Raws]].
+
* [[Debug]] To debug your scripts.
 +
* [[:Category:Raws|Raws]] To get an overview over raws.
  
[[Category:Raws]]
+
[[Category:Remote Identifiers]][[Category:Raws]]

Latest revision as of 02:49, 5 November 2006

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.