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- }