$signal: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Daveoh (talk | contribs)
No edit summary
 
(No difference)

Latest revision as of 20:11, 8 April 2008

Returns the signal name that caused the signal event to trigger.

$signal
  • This function has no parameters.

Example

on *:SIGNAL:load:echo -ag $signal signal triggered!

Echoes "load signal triggered!" upon using /signal load.

See Also