From be8af5c15682b832f9908ed40f08f172d65962de Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Feb 2008 21:17:56 +0000 Subject: [PATCH] The count=0 in the body Isnt needed git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9044 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/snomasks.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/snomasks.h b/include/snomasks.h index 6b9e0f24e..f785af291 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -27,12 +27,8 @@ class Snomask /** Create a new Snomask */ - Snomask(InspIRCd* Instance, char snomask, const std::string &description) + Snomask(InspIRCd* Instance, char snomask, const std::string &description) : MySnomask(snomask), Description(description), LastMessage(""), Count(0) { - ServerInstance = Instance; - MySnomask = snomask; - Description = description; - Count = 0; } /** Sends a message to all opers with this snomask. -- 2.39.5