diff options
Diffstat (limited to 'protocols/IRCG/src/ircproto.h')
| -rw-r--r-- | protocols/IRCG/src/ircproto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/IRCG/src/ircproto.h b/protocols/IRCG/src/ircproto.h index bc7c19d6b7..473ec06359 100644 --- a/protocols/IRCG/src/ircproto.h +++ b/protocols/IRCG/src/ircproto.h @@ -421,6 +421,9 @@ private: struct CMPlugin : public ACCPROTOPLUGIN<CIrcProto> { CMPlugin(); + + int Load() override; + int Unload() override; }; #endif // _IRCPROTO_H_ |
