From 5c46eb1188c6f4cc5ec52d93414b5bb70b7a6777 Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Fri, 3 Jan 2020 17:15:47 -0600 Subject: [PATCH] Add: long name for motd --- fac_chat/commands.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fac_chat/commands.lua b/fac_chat/commands.lua index 44afcb6..02201d1 100644 --- a/fac_chat/commands.lua +++ b/fac_chat/commands.lua @@ -189,7 +189,7 @@ factions.register_command({"description", "desc"}, { format = {"string"}, faction_permissions = {"description"}, description = "Set your faction's description", - description_arg = " :", + description_arg = " :", global_privileges = def_global_privileges, ignore_param_limit = true, on_success = function(player, faction, pos, parcelpos, args) @@ -286,10 +286,10 @@ factions.register_command("privs", { return true end }) -factions.register_command("motd", { +factions.register_command({"message_of_the_day", "motd"}, { format = {"string"}, faction_permissions = {"motd"}, - description = "Sets the message that shows up every time a faction member logs-in", + description = "Sets the message that shows up every time a faction member logs in.", description_arg = " :", global_privileges = def_global_privileges, ignore_param_limit = true,