Rename !command to !cmd

This commit is contained in:
ShadowNinja 2013-03-27 22:20:00 -04:00
parent 94ecfb9204
commit 230d9aad72
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ mt_irc.register_bot_command("logout", {
mt_irc.say(from, "You are now logged off")
end})
mt_irc.register_bot_command("command", {
mt_irc.register_bot_command("cmd", {
params = "<command>",
description = "Run a command on the server";
func = function (from, args)