diff --git a/mods/other/disallowed_names/init.lua b/mods/other/disallowed_names/init.lua index 208a9af..3b28ebf 100644 --- a/mods/other/disallowed_names/init.lua +++ b/mods/other/disallowed_names/init.lua @@ -14,7 +14,7 @@ end) minetest.register_chatcommand("bdname_add", { params = "", privs = {ban = true}, - description = "adds a name to disallowed names", + description = "Adds a name to the disallowed names list.", func = function(name,param) if param ~= "" then table.insert(disallowed_names,tostring(param))