mIRC Home    About    Download    Register    News    Help

Print Thread
#246592 21/06/14 01:11 AM
W
WalterWhite
WalterWhite
W
Since the upgrade to 7.34 I've been getting this pop up and can't join channels... ---> Error recursive call (line 215, ialias1.mrc) I do use Invision ?

Joined: Jan 2004
Posts: 1,330
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,330

C
CHUNKS
CHUNKS
C
thanks loki but i cant see what ive got to do to sort it out.i have the latest mirc and invision too.i get connected to server but try and get on a channel using ixirc.and thats when i get * Error recursive call (line 16, ialias1.mrc)
how can i rectify things

Joined: Dec 2013
Posts: 771
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 771
Originally Posted By: Wims
This is because of the item 47 in the changelog of mIRC 7.33.
For years, mIRC was calling the built-in command whenever you are inside the custom alias for that command:
Code:
alias join { join $1 }
was the same as the now required:
alias join { !join $1 }


Link Copied to Clipboard