X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_chanfilter.cpp;h=b517d363e5bea15b21b9e03c1caab6d8e7288eac;hb=9336468f5bfa60318cb57db5126047147b7a21cb;hp=cd7300372315bd464babb52f7766b1464a6d3194;hpb=98b252507021cd63ac8e6fd92185325562eb3575;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_chanfilter.cpp b/src/modules/m_chanfilter.cpp index cd7300372..b517d363e 100644 --- a/src/modules/m_chanfilter.cpp +++ b/src/modules/m_chanfilter.cpp @@ -144,7 +144,6 @@ class ModuleChanFilter : public Module virtual ~ModuleChanFilter() { - ServerInstance->Modes->DelMode(&cf); ServerInstance->Modules->UnpublishInterface("ChannelBanList", this); } };