mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Fix bug #678 reported by Ankit (opertype invex wasn't working, as I failed and forgot to hook the damn event.)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10978 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
93f7ee5268
commit
c68d2cb200
@ -24,8 +24,8 @@ class ModuleOperInvex : public Module
|
||||
public:
|
||||
ModuleOperInvex(InspIRCd* Me) : Module(Me)
|
||||
{
|
||||
Implementation eventlist[] = { I_OnUserPreJoin, I_On005Numeric };
|
||||
ServerInstance->Modules->Attach(eventlist, this, 2);
|
||||
Implementation eventlist[] = { I_OnUserPreJoin, I_On005Numeric, I_OnCheckInvite };
|
||||
ServerInstance->Modules->Attach(eventlist, this, 3);
|
||||
}
|
||||
|
||||
virtual ~ModuleOperInvex()
|
||||
|
Loading…
x
Reference in New Issue
Block a user