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:
@@ -66,6 +66,8 @@ class MSSend : public Module
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
if (!memoserv)
|
||||
throw ModuleException("No MemoServ!");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user