_Added in 1.9.0_ *$signal* Returns the name of the [[/signal]] during a [[on SIGNAL]] [[Scripting_Events|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