From e7aac9ee56d7bfff83287e3068ac18f60d43a1f9 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 29 Aug 2006 17:02:38 +0000 Subject: Spanningtree tidyups Start of SnomaskManager class git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5061 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/snomasks.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/snomasks.cpp') diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 3b52e2f0e..6750ebcc6 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -21,6 +21,13 @@ #include "modules.h" #include "commands.h" #include "xline.h" - #include "snomasks.h" +SnomaskManager::SnomaskManager(InspIRCd* Instance) : ServerInstance(Instance) +{ +} + +SnomaskManager::~SnomaskManager() +{ +} + -- cgit v1.2.3