1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 22:33:12 +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 CommandMSSend : public Command
void Execute(CommandSource &source, const std::vector<Anope::string> &params)
{
if (!memoserv)
return;
const Anope::string &nick = params[0];
const Anope::string &text = params[1];