]> git.lizzy.rs Git - elidragon.git/blobdiff - commands.lua
Merge pull request #6 from Emojigit/patch-1
[elidragon.git] / commands.lua
index 2550f6501e5240b611c3596746cdb7e7de6c4ea8..1c2f7a0f4a39ff0a5384d7480b641d5abfa4661e 100755 (executable)
@@ -26,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)