diff options
Diffstat (limited to 'modules/commands/ms_staff.cpp')
-rw-r--r-- | modules/commands/ms_staff.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands/ms_staff.cpp b/modules/commands/ms_staff.cpp index 524190bb4..a41a28be1 100644 --- a/modules/commands/ms_staff.cpp +++ b/modules/commands/ms_staff.cpp @@ -67,6 +67,8 @@ class MSStaff : public Module { this->SetAuthor("Anope"); + if (!memoserv) + throw ModuleException("No MemoServ!"); } }; |