summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-05-30 17:47:15 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-05-30 17:47:15 +0300
commit1cb5721c62ccea00e1423e347f56038e52176736 (patch)
treea9b728f4b55797a520d7a47e084f45877e1c4c06 /plugins/NewStory/src/main.cpp
parentb84d7da2abb0632aa9214987102b783f63f8bc2e (diff)
Telegram: text messages forwarding
Diffstat (limited to 'plugins/NewStory/src/main.cpp')
-rw-r--r--plugins/NewStory/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/main.cpp b/plugins/NewStory/src/main.cpp
index a1db102c88..5c69a9efb0 100644
--- a/plugins/NewStory/src/main.cpp
+++ b/plugins/NewStory/src/main.cpp
@@ -102,6 +102,7 @@ int CMPlugin::Load()
HookEvent(ME_SYSTEM_PRESHUTDOWN, evtPreShutdown);
InitMenus();
+ InitServices();
return 0;
}