Don't create a double stack frame when calling aliases
The old code created a new stack frame in parse_line_alias_special(), then another one in parse_line(). This prevented $functioncall() from working, and made the output of CALL look odd. |Rain| mentioned this years ago in starman.irc.
This commit is contained in: