diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-10 17:46:13 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-10 17:46:13 +0300 |
| commit | c69a510a7cd4e4120a54322c2894ef7c1438d73b (patch) | |
| tree | 34390a904cbfd6f536d23c58b671d2500dd9105b /protocols/Discord/src/main.cpp | |
| parent | 451382c14d3bad9ac77356ba215113b26d16800c (diff) | |
code cleaning
Diffstat (limited to 'protocols/Discord/src/main.cpp')
| -rw-r--r-- | protocols/Discord/src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp index 023a7b7925..08d8c27dbe 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -19,6 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. CMPlugin g_plugin;
+HGENMENU g_hMenuLeaveGuild, g_hMenuCreateChannel, g_hMenuToggleSync, g_hMenuDatabaseHistory;
+
/////////////////////////////////////////////////////////////////////////////////////////
PLUGININFOEX pluginInfoEx = {
@@ -79,6 +81,8 @@ int CMPlugin::Load() HookEvent(ME_SYSTEM_MODULESLOADED, &OnModulesLoaded);
+ CDiscordProto::InitMenus();
+
g_plugin.registerIcon("Protocols/Discord", g_iconList);
return 0;
}
|
