diff options
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;
}
|
