mIRC Home    About    Download    Register    News    Help

Print Thread
#128081 20/08/05 04:46 PM
Joined: Jan 2005
Posts: 20
C
C45P3R Offline OP
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Jan 2005
Posts: 20
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,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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.


mIRC 6.21 - Win XP Pro (SP2) - 2.4 Ghz - 1 GB Mem
irc.x-tab.org
#128084 21/08/05 12:48 AM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
there is no /join alias that comes with mIRC.

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


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"

Link Copied to Clipboard