From WikiChip
Difference between revisions of "mirc/identifiers/$isid"
(→Example) |
|||
Line 15: | Line 15: | ||
<source lang="mIRC"> | <source lang="mIRC"> | ||
alias test { | alias test { | ||
− | if ($isid) return $ | + | if ($isid) return $true |
− | else echo -a $ | + | else echo -a $false |
} | } | ||
</source> | </source> |
Revision as of 07:14, 12 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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 $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.