Difference between revisions of "$signal"

From Scriptwiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 22: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