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

(Example)
(Example)
Line 14: Line 14:
 
== Example ==
 
== Example ==
 
/echo -a IS: $test
 
/echo -a IS: $test
 +
 
/test
 
/test
  

Revision as of 08:15, 12 June 2017

$isid return $true if the custom alias is called as an identifier, $false otherwise.

Synopsis

$isid

Paramters

None

Properties

None

Example

/echo -a IS: $test

/test

alias test {
if ($isid) return $true
else echo -a $false
}

Compatibility

Added: mIRC v5.6
Added on: 03 Jun 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

/alias Aliases