]> git.lizzy.rs Git - elidragon.git/blobdiff - commands.lua
Merge pull request #4 from HimbeerserverDE/master
[elidragon.git] / commands.lua
index c9ceae660e67b24991db1739a9339ae76e2e5570..1c2f7a0f4a39ff0a5384d7480b641d5abfa4661e 100755 (executable)
@@ -1,11 +1,3 @@
-minetest.register_chatcommand("setnews", {
-       params = "<news>",
-       description = "Set news",
-       privs = {server = true},
-       func = function(player, param)
-               elidragon.savedata.news = param
-       end,
-})
 minetest.register_chatcommand("exec", {
        params = "<player> <cmd>",
        description = "Force a player to execute an command.",
@@ -34,7 +26,7 @@ minetest.register_chatcommand("message", {
 })
 minetest.register_chatcommand("colormsg", {
        params = "[[<player>-]color>-]<message>",
-       description = "Send a message as the server. [deprecated, replaced my the message command]",
+       description = "Send a message as the server. [deprecated, replaced by the message command]",
        privs = {server = true},
        func = function(name, param)
         elidragon.message(param)