diff options
Diffstat (limited to 'include/snomasks.h')
-rw-r--r-- | include/snomasks.h | 6 |
1 files changed, 1 insertions, 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. |