diff --git a/chatcommands.lua b/chatcommands.lua index 6f85051..e477d00 100755 --- a/chatcommands.lua +++ b/chatcommands.lua @@ -456,6 +456,7 @@ function factions_chat.show_help(playername) MSG("\tAdmin commands:") MSG("\t\t/factions create -> create a new faction") MSG("\t\t/factions delete -> delete a faction") + MSG("\t\t/factions join -> join player to faction") MSG("\t\t/factions leave -> remove player from faction") MSG("\t\t/factions invite -> invite player to faction") MSG("\t\t/factions set_free -> set faction free to join")