mIRC Home    About    Download    Register    News    Help

Print Thread
#128081 20/08/05 04:46 PM
C
C45P3R
C45P3R
C
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- }

#128082 20/08/05 08:39 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Did you mean $chr(35)?

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

-Andy

#128083 20/08/05 09:28 PM
Joined: Sep 2003
Posts: 149
S
Vogon poet
Offline
Vogon poet
S
Joined: Sep 2003
Posts: 149
No, he did not mean 35.

#128084 21/08/05 12:48 AM
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
there is no /join alias that comes with mIRC.

the only alias for joining channels that comes with a fresh install is /j


Link Copied to Clipboard