From WikiChip
Difference between revisions of "mirc/identifiers/$signal"
< mirc‎ | identifiers

(Created page with "{{mirc title|$signal Identifier}}'''$signal''' return the name of the signal that caused the signal event to trigger. == Synopsis == <pre>$signal</pre> == Paramters == None...")
(No difference)

Revision as of 18:51, 10 September 2015

$signal return the name of the signal that caused the signal event to trigger.

Synopsis

$signal

Paramters

None

Properties

None

Example

on *:signal:test:{
echo -a $signal
}
//signal test

Compatibility

Added: mIRC v6.0
Added on: 03 Feb 2002
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

on signal /signal