소스 검색

feat:blasklist

divid 2 년 전
부모
커밋
abf9a9048d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      channel/chat_channel.py

+ 0 - 1
channel/chat_channel.py

@@ -109,7 +109,6 @@ class ChatChannel(Channel):
                     if context["msg"].is_at:
                         logger.info("[WX]receive group at")
                         if context["msg"].actual_user_nickname in group_name_black_list:
-                            print('黑名单2',context["msg"].actual_user_nickname)
                             logger.info("[WX]Is In BlackList")
                             return None
                         if not conf().get("group_at_off", False):