mIRC Homepage
Posted By: WalterWhite Invision with Mirc 7.34 - 21/06/14 01:11 AM
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 ?
Posted By: Loki12583 Re: Invision with Mirc 7.34 - 21/06/14 01:14 AM
https://forums.mirc.com/ubbthreads.php/topics/246559/Error_recursive_call#Post246559
Posted By: CHUNKS Re: Invision with Mirc 7.34 - 28/06/14 07:52 PM
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
Posted By: Nillen Re: Invision with Mirc 7.34 - 28/06/14 10:06 PM
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 }
© mIRC Discussion Forums