mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-13 12:39:05 -04:00
Fix to compile (we had never got this far to find out if it did)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4220 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
b720c60d2e
commit
5bfd172ec5
@ -33,7 +33,7 @@ class ModuleInviteException : public Module
|
||||
public:
|
||||
ModuleInviteException(Server* serv) : Module(serv)
|
||||
{
|
||||
ie = new BanException(serv);
|
||||
ie = new InviteException(serv);
|
||||
Srv = serv;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user