diff options
Diffstat (limited to 'modules/commands/ms_sendall.cpp')
-rw-r--r-- | modules/commands/ms_sendall.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/commands/ms_sendall.cpp b/modules/commands/ms_sendall.cpp index a730180b3..003bbc332 100644 --- a/modules/commands/ms_sendall.cpp +++ b/modules/commands/ms_sendall.cpp @@ -25,6 +25,9 @@ class CommandMSSendAll : public Command void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) { + if (!memoserv) + return; + User *u = source.u; const Anope::string &text = params[0]; |