mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-29 04:10:05 -04:00
DOH
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9342 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
b263bd7202
commit
5f5356268c
@ -22,7 +22,7 @@ class ModuleQuietBan : public Module
|
|||||||
ModuleQuietBan(InspIRCd* Me) : Module(Me)
|
ModuleQuietBan(InspIRCd* Me) : Module(Me)
|
||||||
{
|
{
|
||||||
Implementation eventlist[] = { I_OnUserPreMessage, I_OnUserPreNotice, I_On005Numeric };
|
Implementation eventlist[] = { I_OnUserPreMessage, I_OnUserPreNotice, I_On005Numeric };
|
||||||
ServerInstance->Modules->Attach(eventlist, this, 2);
|
ServerInstance->Modules->Attach(eventlist, this, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~ModuleQuietBan()
|
virtual ~ModuleQuietBan()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user