diff options
Diffstat (limited to 'src/modules/m_exemptchanops.cpp')
-rw-r--r-- | src/modules/m_exemptchanops.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/m_exemptchanops.cpp b/src/modules/m_exemptchanops.cpp index 9e6b735ed..8b3fbf074 100644 --- a/src/modules/m_exemptchanops.cpp +++ b/src/modules/m_exemptchanops.cpp @@ -73,7 +73,6 @@ class ModuleExemptChanOps : public Module ServerInstance->Modules->Attach(eventlist, this, 4); OnRehash(NULL); - ServerInstance->Modules->PublishInterface("ChannelBanList", this); } virtual Version GetVersion() @@ -120,11 +119,6 @@ class ModuleExemptChanOps : public Module return MOD_RES_PASSTHRU; } - - virtual ~ModuleExemptChanOps() - { - ServerInstance->Modules->UnpublishInterface("ChannelBanList", this); - } }; MODULE_INIT(ModuleExemptChanOps) |