mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
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:
parent
c6b11d2130
commit
e6edce78ab
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user