hi,

Is there a max on the same aliases in mirc?
I have add a language script to my mirc and all my addon have a own language file.
In every script i put an alias that points to the language file but somehow after a few aliases it stopped working.
If i change the alias sign it works again.

All scripts have this:
Code:
alias _ { return $read($langdir $+ te.lng,s,$1) }


Ofcourse the filename is different in every script.

Greetsss,
RiMaJoy