diff --git a/Changelog b/Changelog index c8f0027..da179cc 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,7 @@ [Changes 1.2.2] +* Fix $functioncall() scripting function (reported by |Rain|). (caf) + * Ensure close_server() clears the internal command queues for the right server. (caf) diff --git a/source/alias.c b/source/alias.c index bd23177..89481e7 100644 --- a/source/alias.c +++ b/source/alias.c @@ -1917,7 +1917,7 @@ char * parse_line_alias_special (char *name, char *what, char *args, int d1, int window_display = old_window_display; will_catch_return_exceptions++; - parse_line(NULL, what, args, d1, d2, 1); + parse_line(NULL, what, args, d1, d2, 0); will_catch_return_exceptions--; return_exception = 0;