diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Scriver/src/msgs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp index 9099cffb36..ac2bfd44ce 100644 --- a/plugins/Scriver/src/msgs.cpp +++ b/plugins/Scriver/src/msgs.cpp @@ -631,6 +631,7 @@ int OnLoadModule(void) HookEvent(ME_OPT_INITIALISE, OptInitialise);
HookEvent(ME_DB_EVENT_ADDED, MessageEventAdded);
+ HookEvent(ME_DB_EVENT_EDITED, MessageEventAdded);
HookEvent(ME_DB_CONTACT_SETTINGCHANGED, MessageSettingChanged);
HookEvent(ME_DB_CONTACT_DELETED, ContactDeleted);
HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);
|