Make anyone be able to joingroup and leavegroup

This commit is contained in:
2025-01-06 23:42:50 +01:00
parent c2b9c1267b
commit e26ab02862

View File

@@ -183,8 +183,8 @@ function shared.Commander.Init()
{ keywordRe = "^classes", commanderOnly = false, callback = CountClassPartitionedStinkies },
{ keywordRe = "^help", commanderOnly = false, callback = HelpRu },
{ keywordRe = "^helpen", commanderOnly = false, callback = HelpEn },
{ keywordRe = "^joingroup", commanderOnly = true, callback = JoinGroup },
{ keywordRe = "^leavegroup", commanderOnly = true, callback = LeaveGroup },
{ keywordRe = "^joingroup", commanderOnly = false, callback = JoinGroup },
{ keywordRe = "^leavegroup", commanderOnly = false, callback = LeaveGroup },
{ keywordRe = "^follow", commanderOnly = false, callback = FollowTarget },
}