X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_chanlog.cpp;h=736285be8ac5c3afecd53400dcf2d0fee1913efd;hb=9b5a2903faf5cfa9474d53f30da054f9c4a1eb8e;hp=dc5750ba66ff95be4d6aadbe470601adc8733302;hpb=61d586b1a3ad689669f6dcdc285b0d021ca814bd;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_chanlog.cpp b/src/modules/m_chanlog.cpp index dc5750ba6..736285be8 100644 --- a/src/modules/m_chanlog.cpp +++ b/src/modules/m_chanlog.cpp @@ -29,12 +29,7 @@ class ModuleChanLog : public Module ChanLogTargets logstreams; public: - void init() CXX11_OVERRIDE - { - OnRehash(NULL); - } - - void OnRehash(User *user) CXX11_OVERRIDE + void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE { std::string snomasks; std::string channel;