mirror of
https://github.com/anope/anope.git
synced 2026-07-08 15:03:12 +02:00
Also refuse to load memoserv modules if memoserv isn't loaded
This commit is contained in:
@@ -70,6 +70,8 @@ class MSSendAll : public Module
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
if (!memoserv)
|
||||
throw ModuleException("No MemoServ!");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user