]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remind me that I need to initialise ints *smack*
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 26 Feb 2008 21:16:56 +0000 (21:16 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 26 Feb 2008 21:16:56 +0000 (21:16 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9043 e03df62e-2008-0410-955e-edbf42e46eb7

include/snomasks.h

index e3318f23a8f34686267080c7f6f17e2fae1dc2c0..6b9e0f24e47c33a5214df2c1cf9d03a446351c76 100644 (file)
@@ -32,6 +32,7 @@ class Snomask
                ServerInstance = Instance;
                MySnomask = snomask;
                Description = description;
+               Count = 0;
        }
 
        /** Sends a message to all opers with this snomask.