From 9ae97912e551c49b778ad2eacaa6911bdcf8c3ea Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 25 十月 2018 21:00:53 +0800
Subject: [PATCH] 3335 【1.2】游戏固定聊天不发后台记录
---
System/Chat/ChatCtrl.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/System/Chat/ChatCtrl.cs b/System/Chat/ChatCtrl.cs
index e964c81..4ad9054 100644
--- a/System/Chat/ChatCtrl.cs
+++ b/System/Chat/ChatCtrl.cs
@@ -221,7 +221,8 @@
{
try
{
- if (chatCenter.IsChatBanned)
+ if (chatCenter.IsChatBanned || IsInviteChat(content)
+ || KillRegex.IsMatch(content))
{
return;
}
--
Gitblit v1.8.0