mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
get rid of quotation marks
This commit is contained in:
parent
12105b36a2
commit
91a0783a02
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user