1
0
mirror of https://github.com/minetest-mods/irc_commands.git synced 2025-07-08 17:40:21 +02:00

Rename !command to !cmd

This commit is contained in:
ShadowNinja
2013-03-27 22:20:00 -04:00
parent 94ecfb9204
commit 230d9aad72

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