diff options
Diffstat (limited to 'protocols/Slack/src/slack_events.cpp')
-rw-r--r-- | protocols/Slack/src/slack_events.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/Slack/src/slack_events.cpp b/protocols/Slack/src/slack_events.cpp new file mode 100644 index 0000000000..233b662594 --- /dev/null +++ b/protocols/Slack/src/slack_events.cpp @@ -0,0 +1,9 @@ +#include "stdafx.h" + +int CSlackProto::OnModulesLoaded(WPARAM, LPARAM) +{ + CSlackProto::InitIcons(); + //CSlackProto::InitMenus(); + + return 0; +}
\ No newline at end of file |