forked from minetest-mods/irc_commands
Rename !command to !cmd
This commit is contained in:
parent
94ecfb9204
commit
230d9aad72
2
init.lua
2
init.lua
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user