From 2a56c8f4ecf4b1a3cd82659d6a6d90068200f82e Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Feb 2008 21:39:44 +0000 Subject: [PATCH] This should fix it, thanks w00t git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9045 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/snomasks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/snomasks.h b/include/snomasks.h index f785af291..77bed517a 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -27,7 +27,7 @@ class Snomask /** Create a new Snomask */ - Snomask(InspIRCd* Instance, char snomask, const std::string &description) : MySnomask(snomask), Description(description), LastMessage(""), Count(0) + Snomask(InspIRCd* Instance, char snomask, const std::string &description) : ServerInstance(Instance), MySnomask(snomask), Description(description), LastMessage(""), Count(0) { } -- 2.39.5