2
0
mirror of https://github.com/inspircd/inspircd.git synced 2025-03-24 01:49:02 -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:
brain 2006-07-09 14:28:06 +00:00
parent b720c60d2e
commit 5bfd172ec5

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