X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Flistmode.cpp;h=fb76beab210cc4c8a00379e9083d644078d54b81;hb=e950f568d0f571e9475aa38177486468714de4d3;hp=b7b1cbc51c2afc9f033414b3410bac3ed4efdf4c;hpb=3406c7234ac15b6a2fc52afa770fb851da25c215;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/listmode.cpp b/src/listmode.cpp index b7b1cbc51..fb76beab2 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -93,8 +93,6 @@ void ListModeBase::DoImplements(Module* m) { ServerInstance->Modules->AddService(extItem); this->DoRehash(); - Implementation eventlist[] = { I_OnSyncChannel, I_OnRehash }; - ServerInstance->Modules->Attach(eventlist, m, sizeof(eventlist)/sizeof(Implementation)); } unsigned int ListModeBase::FindLimit(const std::string& channame)