diff options
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r-- | src/snomasks.cpp | 9 |
1 files changed, 8 insertions, 1 deletions
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() +{ +} + |