]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/snomasks.h
This seems to play nice now, but it seems we may have to redo it all AGAIN :(
[user/henk/code/inspircd.git] / include / snomasks.h
index e3318f23a8f34686267080c7f6f17e2fae1dc2c0..77bed517aa0ff788f2caee6eabbd8f9440e7f3cd 100644 (file)
@@ -27,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.