summaryrefslogtreecommitdiff
path: root/modules/commands/ms_ignore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_ignore.cpp')
-rw-r--r--modules/commands/ms_ignore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands/ms_ignore.cpp b/modules/commands/ms_ignore.cpp
index fd6d519ab..2acbcb91f 100644
--- a/modules/commands/ms_ignore.cpp
+++ b/modules/commands/ms_ignore.cpp
@@ -120,6 +120,8 @@ class MSIgnore : public Module
{
this->SetAuthor("Anope");
+ if (!memoserv)
+ throw ModuleException("No MemoServ!");
}
};