feat(Core/Opcodes): Implement CMSG_CHANNEL_MODERATE (#4021)

* Core/Opcodes: Implement CMSG_CHANNEL_MODERATE

* Cleanup, prettify

* fix build

* whitespaces
This commit is contained in:
FALL1N1
2021-01-18 20:37:50 +02:00
committed by GitHub
parent 72f2a7706e
commit 0181b73bc2
8 changed files with 86 additions and 4 deletions

View File

@@ -2041,6 +2041,14 @@ Channel.RestrictedLfg = 1
Channel.SilentlyGMJoin = 0
# Channel.ModerationGMLevel
# Min GM account security level required for executing moderator in-game commands in the channels
# This also bypasses password prompts on joining channels which require password
# 0 (in-game channel moderator privileges only)
# Default: 1 (enabled for moderators and above)
Channel.ModerationGMLevel = 1
#
# ChatLevelReq.Channel
# Description: Level requirement for characters to be able to write in chat channels.