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:
brain 2006-07-09 14:28:06 +00:00
parent b720c60d2e
commit 5bfd172ec5

View File

@ -33,7 +33,7 @@ class ModuleInviteException : public Module
public:
ModuleInviteException(Server* serv) : Module(serv)
{
ie = new BanException(serv);
ie = new InviteException(serv);
Srv = serv;
}