Added output when an invalid server command is entered.

This commit is contained in:
Marcus Whybrow 2012-05-30 16:27:55 +01:00
parent 04d53bb302
commit ad946dbd2f

3
msm
View File

@ -1699,6 +1699,9 @@ main() {
;; ;;
cmdlog) cmdlog)
;; ;;
*)
echo "Invalid command."
;;
esac esac
else else
echo "No server with that name." echo "No server with that name."