mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Added #command error message suppression for those who don't want to see 'Command is not recognized' constantly
- You need to have rule 'Chat:SuppressCommandErrors' set to true, this is set to false by default - Required SQL: 2014_04_18_Suppress_Command_Error.sql
This commit is contained in:
@@ -464,6 +464,7 @@ RULE_BOOL ( Chat, ServerWideAuction, true)
|
||||
RULE_BOOL ( Chat, EnableVoiceMacros, true)
|
||||
RULE_BOOL ( Chat, EnableMailKeyIPVerification, true)
|
||||
RULE_BOOL ( Chat, EnableAntiSpam, true)
|
||||
RULE_BOOL ( Chat, SuppressCommandErrors, false) // Do not suppress by default
|
||||
RULE_INT ( Chat, MinStatusToBypassAntiSpam, 100)
|
||||
RULE_INT ( Chat, MinimumMessagesPerInterval, 4)
|
||||
RULE_INT ( Chat, MaximumMessagesPerInterval, 12)
|
||||
|
||||
Reference in New Issue
Block a user