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

(Created page with "{{mirc title|$show Identifier}}'''$show''' return $true if the alias is called silently with the dot '.', $false otherwise. == Synopsis == <pre>$show</pre> == Paramters == ...")
(No difference)

Revision as of 18:49, 10 September 2015

$show return $true if the alias is called silently with the dot '.', $false otherwise.

Synopsis

$show

Paramters

None

Properties

None

Example

alias test {
echo -a $show
}
Type /test vs /.test

Compatibility

Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

Aliases