diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-23 18:48:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-23 18:48:34 +0300 |
commit | dbca94ca6e16a5bc270332e09ea3703bb46ceeaf (patch) | |
tree | d9de6f4ef565dc23561cffe0617d55dfafd5069f /plugins/Scriver/src | |
parent | 2fb2f4e0edf9c01ff5ec23429e79e2572e5429be (diff) |
DbEventIsShown is added to g_chatApi to allow the core to filter group chat events too
Diffstat (limited to 'plugins/Scriver/src')
-rw-r--r-- | plugins/Scriver/src/chat_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"));
|