From: Mirio Date: Tue, 2 Jan 2018 15:17:22 +0000 (+0000) Subject: Merge branch 'packer/help' into 'master' X-Git-Tag: xonotic-v0.8.5~188 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=fd81907839279c601d102fa76592bbffa761fe64;hp=12105b36a21e7472f72933b6dd409465b5133396 Merge branch 'packer/help' into 'master' get rid of quotation marks See merge request xonotic/xonotic!34 --- diff --git a/server/help.cfg b/server/help.cfg index 93def288..3cb465ae 100644 --- a/server/help.cfg +++ b/server/help.cfg @@ -79,7 +79,7 @@ set help_tmp_index 0 alias help_say "set help_tmp_oldnick \"$sv_adminnick\"; set sv_adminnick \"$help_cfg_nick\"; say \"$*\"; help_say2" alias help_say2 "set sv_adminnick \"$help_tmp_oldnick\"" alias help_doit "sv_cmd rpn /help_tmp_msg help_msg_$help_tmp_index def; help_doit2" -alias help_doit2 "help_say $help_cfg_prefix\"$help_tmp_msg\"" +alias help_doit2 "help_say $help_cfg_prefix$help_tmp_msg" alias help_inc "sv_cmd rpn /help_tmp_index help_tmp_index 1 add $help_msg_count mod def" alias help_next "help_inc; help_doit" alias help_loop "help_next; defer $help_cfg_time help_loop"