From WikiChip
$isid Identifier - mIRC
< mirc‎ | identifiers
Revision as of 14:40, 7 September 2015 by 83.204.154.100 (talk) (Created page with "{{mirc title|$isid Identifier}}'''$isid''' return $true if the custom alias is called as an identifier, $false otherwise. == Synopsis == <pre>$isid</pre> == Paramters == No...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Synopsis

$isid

Paramters

None

Properties

None

Example

alias test {
if ($isid) return $ticks
else echo -a $ticks

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