From dbca94ca6e16a5bc270332e09ea3703bb46ceeaf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 23 Apr 2023 18:48:34 +0300 Subject: DbEventIsShown is added to g_chatApi to allow the core to filter group chat events too --- plugins/Scriver/src/chat_main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Scriver/src') diff --git a/plugins/Scriver/src/chat_main.cpp b/plugins/Scriver/src/chat_main.cpp index 0297bbef01..cee6777e6b 100644 --- a/plugins/Scriver/src/chat_main.cpp +++ b/plugins/Scriver/src/chat_main.cpp @@ -146,6 +146,7 @@ int Chat_Load() g_chatApi.OnFlashWindow = OnFlashWindow; g_chatApi.OnFlashHighlight = OnFlashHighlight; g_chatApi.ShowRoom = ShowRoom; + g_chatApi.DbEventIsShown = DbEventIsShown; Srmm_CreateHotkey(LPGEN("Messaging"), LPGEN("Action: Send message")); -- cgit v1.2.3