]> 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 f785af2911e5abc15f47da180098af33aa524e40..77bed517aa0ff788f2caee6eabbd8f9440e7f3cd 100644 (file)
@@ -27,7 +27,7 @@ class Snomask
 
        /** Create a new Snomask
         */
-       Snomask(InspIRCd* Instance, char snomask, const std::string &description) : MySnomask(snomask), Description(description), LastMessage(""), Count(0)
+       Snomask(InspIRCd* Instance, char snomask, const std::string &description) : ServerInstance(Instance), MySnomask(snomask), Description(description), LastMessage(""), Count(0)
        {
        }