]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banexception.cpp
Run DelMode and DelModeWatcher in RemoveModule
[user/henk/code/inspircd.git] / src / modules / m_banexception.cpp
index 35b30f0d46aaf14843782cb9ebfd090da050bc10..782f55b9253ceee99cd03a115b91f21745c68a41 100644 (file)
@@ -133,7 +133,6 @@ public:
 
        ~ModuleBanException()
        {
-               ServerInstance->Modes->DelMode(&be);
                ServerInstance->Modules->UnpublishInterface("ChannelBanList", this);
        }
 };