mIRC Home    About    Download    Register    News    Help

Print Thread
#24837 18/05/03 08:44 AM
T
tim_shady1
tim_shady1
T
i was wondering if theres a way to see if some text is an alias, eg;

if( $1- isalias )

or

if($alias(aliasinhere))

or somthing.

thanks in advance

#24838 18/05/03 08:55 AM
C
coder
coder
C
ok
try this
$isalias(your-alias)
example $isalias(j)
if the alias is exist in your remote,it will return $true


Link Copied to Clipboard