diff options
author | George Hazan <george.hazan@gmail.com> | 2023-05-30 17:47:15 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-05-30 17:47:15 +0300 |
commit | 1cb5721c62ccea00e1423e347f56038e52176736 (patch) | |
tree | a9b728f4b55797a520d7a47e084f45877e1c4c06 /plugins/NewStory/src/main.cpp | |
parent | b84d7da2abb0632aa9214987102b783f63f8bc2e (diff) |
Telegram: text messages forwarding
Diffstat (limited to 'plugins/NewStory/src/main.cpp')
-rw-r--r-- | plugins/NewStory/src/main.cpp | 1 |
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; } |