Fixed syntax errors.

This commit is contained in:
Marcus Whybrow 2012-05-20 12:47:45 +01:00
parent e94fc91be6
commit abfe9caba7

15
msm
View File

@ -50,10 +50,13 @@ case "$1" in
;;
getlatest)
;;
esac
;;
"")
# Just the "jars" command
;;
esac
;;
help)
echo -e "Usage: $0 command:"
echo -e
@ -128,17 +131,12 @@ case "$1" in
;;
status)
;;
whitelist)
wl)
whitelist|wl)
;;
blacklist)
bl)
;;
operator)
op)
operator|op)
;;
gamemode)
gm)
gamemode|gm)
;;
kick)
;;
@ -154,6 +152,7 @@ case "$1" in
;;
cmdlog)
;;
esac
;;
esac