From a111cbb6e4316dea7564b7a2de7fd626783d321e Mon Sep 17 00:00:00 2001 From: Samual Date: Thu, 5 Jan 2012 14:46:24 -0500 Subject: [PATCH] Fix some aliases and add compatibility with older servers (though, it does throw an error of invalid command, it is on purpose for compatibility) --- commands.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commands.cfg b/commands.cfg index d5ad7830b..16ecbfb93 100644 --- a/commands.cfg +++ b/commands.cfg @@ -263,11 +263,11 @@ alias vstatus "cmd vote status" alias vcall "cmd vote call ${* ?}" alias vstop "cmd vote stop" alias vmaster "cmd vote master" -alias vlogin "cmd vote login ${* ?}" -alias vdo "cmd vote do ${* ?}" -alias vyes "cl_cmd handlevote yes" -alias vno "cl_cmd handlevote no" -alias vdontcare "cmd vote dontcare" +alias vlogin "cmd vote master login ${* ?}" +alias vdo "cmd vote master do ${* ?}" +alias vyes "cl_cmd handlevote yes; cl_cmd vyes" // NOTE: COMPATIBILITY FOR 0.5 IS ADDED HERE WITH "VYES", REMOVE LATER +alias vno "cl_cmd handlevote no; cl_cmd vno" // ^^^ same, see above +alias vdontcare "cmd vote abstain" alias vabstain "cmd vote abstain" alias vmap "vcall gotomap ${1 ?}" -- 2.39.2