]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chanfilter.cpp
Add IP address conversion utility functions, irc::sockets::aptosa and irc::sockets...
[user/henk/code/inspircd.git] / src / modules / m_chanfilter.cpp
index 2e7e601a28716f33b9c224eeafd05142e0139d44..c06fdd36aaa4802ca2f924b49c3df6658cf8e978 100644 (file)
@@ -74,6 +74,7 @@ class ModuleChanFilter : public Module
                Implementation eventlist[] = { I_OnCleanup, I_OnChannelDelete, I_OnRehash, I_OnUserPreMessage, I_OnUserPreNotice, I_OnSyncChannel };
                ServerInstance->Modules->Attach(eventlist, this, 6);
 
+               OnRehash(NULL, "");
                ServerInstance->Modules->PublishInterface("ChannelBanList", this);
        }