mIRC Homepage
Posted By: C45P3R Join Alias Bug? - 20/08/05 04:46 PM
The join alias that comes with a fresh install of mIRC makes it so that the parameters -inx can't be used.

Fix:
Code:
 /join if ($left($1,1) == $chr(45)) { /join $1 #$$2 $3- } | else { /join #$$1 $2- }
Posted By: SladeKraven Re: Join Alias Bug? - 20/08/05 08:39 PM
Did you mean $chr(35)?

$chr(35) = #
$chr(45) = -

-Andy
Posted By: Stealth Re: Join Alias Bug? - 20/08/05 09:28 PM
No, he did not mean 35.
Posted By: argv0 Re: Join Alias Bug? - 21/08/05 12:48 AM
there is no /join alias that comes with mIRC.

the only alias for joining channels that comes with a fresh install is /j
© mIRC Discussion Forums