X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsnomasks.h;h=77bed517aa0ff788f2caee6eabbd8f9440e7f3cd;hb=68730d4c9701b34c962302e6410908865fb2ba28;hp=334bbf0dc447fed600b02ef46c06aa87429044bb;hpb=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/snomasks.h b/include/snomasks.h index 334bbf0dc..77bed517a 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -14,12 +14,6 @@ #ifndef __SNOMASKS_H__ #define __SNOMASKS_H__ -#include -#include -#include -#include "configreader.h" -#include "inspircd.h" - class Snomask { private: @@ -33,11 +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) : ServerInstance(Instance), MySnomask(snomask), Description(description), LastMessage(""), Count(0) { - ServerInstance = Instance; - MySnomask = snomask; - Description = description; } /** Sends a message to all opers with this snomask.