From c0f8576bbd4cfa5b4f0c13cad90c3b516e0efb43 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 29 Aug 2006 19:12:05 +0000 Subject: auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' allowing for snomask change without removal of +ns Add default snomask chars git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5063 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 a6ee0d050..c1578e2d0 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -30,6 +30,7 @@ class SnomaskManager : public Extensible private: InspIRCd* ServerInstance; SnoList SnoMasks; + void SetupDefaults(); public: SnomaskManager(InspIRCd* Instance); ~SnomaskManager(); -- cgit v1.2.3