From WikiChip
$signal Identifier - mIRC
< mirc‎ | identifiers
Revision as of 18:51, 10 September 2015 by 83.204.199.118 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$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