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

(li)
(No difference)

Revision as of 13:27, 30 October 2017

$isalias returns informations about aliases.


Synopsis

$isalias(name,[N])

Parameters

  • name - The name of the alias
  • N - returns the Nth line of a multiline alias, to be used with the .alias property

Properties

  • .fname - returns the filename in which the alias exists
  • .ftype - returns the type of alias, if it's stored in a "remote" file or in an "alias" file
  • .alias - returns the alias definition, you can access a multiline alias with the N parameter.

Example

//echo -a $isalias(join)

Compatibility

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


See Also

$script $alias