summaryrefslogtreecommitdiff
path: root/include/snomasks.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-26 21:16:56 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-26 21:16:56 +0000
commit4a26ba48eba312cf57705dc4c46d48e2647414f8 (patch)
treee4903b9511dba87d9e94ccefa4b0e904ae36aaad /include/snomasks.h
parent68216fd12cd2ee9580e9e94ac2123dae835e2332 (diff)
Remind me that I need to initialise ints *smack*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9043 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/snomasks.h')
-rw-r--r--include/snomasks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/snomasks.h b/include/snomasks.h
index e3318f23a..6b9e0f24e 100644
--- a/include/snomasks.h
+++ b/include/snomasks.h
@@ -32,6 +32,7 @@ class Snomask
ServerInstance = Instance;
MySnomask = snomask;
Description = description;
+ Count = 0;
}
/** Sends a message to all opers with this snomask.