From 57b88c777529938db386fe606c1319c015df5093 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 21 Feb 2018 22:15:17 +1000 Subject: [PATCH] Fix vhelp not allowing arguments --- commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.cfg b/commands.cfg index 66ca90e2a..3baa8a5fe 100644 --- a/commands.cfg +++ b/commands.cfg @@ -337,7 +337,7 @@ alias vabstain "qc_cmd_cmd vote abstain" // aliases for both client and server alias vcall "qc_cmd_svcmd vote call ${* ?}" -alias vhelp "qc_cmd_svcmd vote help" +alias vhelp "qc_cmd_svcmd vote help ${* ?}" alias vstatus "qc_cmd_svcmd vote status" alias vstop "qc_cmd_svcmd vote stop" -- 2.39.2