Added in 1.9.0

$signal

Returns the name of the /signal during a on SIGNAL event.

Example

; Listen for SIGNAL events.
on *:SIGNAL:*:{
  echo -ag Name of the signal is $signal parameters for the signal is: $1-
}

; Execute a signal.
/signal Example Hello World