From d138843fe0b95bbb1d58baf8c0886a6b3622d0d0 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 5 Jan 2008 16:06:21 +0000 Subject: 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 --- include/snomasks.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; } -- cgit v1.2.3