1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 17:23:16 +02:00

Also refuse to load memoserv modules if memoserv isn't loaded

This commit is contained in:
Adam
2012-01-26 17:04:59 -05:00
parent 0f909273e1
commit d09a30295b
6 changed files with 13 additions and 2 deletions
+2
View File
@@ -66,6 +66,8 @@ class MSSend : public Module
{
this->SetAuthor("Anope");
if (!memoserv)
throw ModuleException("No MemoServ!");
}
};