]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/snomasks.h
Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumeric can...
[user/henk/code/inspircd.git] / include / snomasks.h
index 6b9e0f24e47c33a5214df2c1cf9d03a446351c76..77bed517aa0ff788f2caee6eabbd8f9440e7f3cd 100644 (file)
@@ -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) : ServerInstance(Instance), MySnomask(snomask), Description(description), LastMessage(""), Count(0)
        {
-               ServerInstance = Instance;
-               MySnomask = snomask;
-               Description = description;
-               Count = 0;
        }
 
        /** Sends a message to all opers with this snomask.