diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-05 16:06:21 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-05 16:06:21 +0000 |
commit | d138843fe0b95bbb1d58baf8c0886a6b3622d0d0 (patch) | |
tree | 4279df341c5a560919cc7d2221a4671cac23fc31 /include/snomasks.h | |
parent | 1c774ea51f6799ca18a1028486f2812fe487ebdc (diff) |
Fix snomask stacking, still needs to flush all snomasks on a timer to avoid messages getting too stacked up..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8638 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/snomasks.h')
-rw-r--r-- | include/snomasks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/snomasks.h b/include/snomasks.h index 4545c1ed7..2f53443f0 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -38,6 +38,7 @@ class Snomask */ Snomask(InspIRCd* Instance, char snomask, const std::string &description) { + ServerInstance = Instance; MySnomask = snomask; Description = description; } |