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

Add some checks in ms_* to make sure memoserv really exists

This commit is contained in:
Adam
2012-01-24 18:28:37 -05:00
parent f10f49d6fc
commit e88e37c59b
6 changed files with 18 additions and 0 deletions
+3
View File
@@ -25,6 +25,9 @@ class CommandMSSendAll : public Command
void Execute(CommandSource &source, const std::vector<Anope::string> &params)
{
if (!memoserv)
return;
User *u = source.u;
const Anope::string &text = params[0];