diff options
Diffstat (limited to 'plugins/Scriver')
-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"));
|