Merge simple fix from Ankit, thanks

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11247 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2009-03-22 21:55:08 +00:00
parent c6b11d2130
commit e6edce78ab

View 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);
}