mIRC Home    About    Download    Register    News    Help

Print Thread
#246592 21/06/14 01:11 AM
Joined: Jun 2014
Posts: 1
W
Mostly harmless
OP Offline
Mostly harmless
W
Joined: Jun 2014
Posts: 1
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,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358

Joined: Jun 2014
Posts: 2
C
Bowl of petunias
Offline
Bowl of petunias
C
Joined: Jun 2014
Posts: 2
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: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
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 }


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net

Link Copied to Clipboard