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

Standardized some of the SyntaxError/Help replies and corrected some syntax in BotServ set

This commit is contained in:
lethality
2011-08-08 06:19:35 +01:00
parent ade92395a0
commit 286a9edb1e
3 changed files with 8 additions and 7 deletions
+2 -3
View File
@@ -62,7 +62,7 @@ class CommandMSSet : public Command
source.Reply(_("%s will not send you any notification of memos."), Config->MemoServ.c_str());
}
else
this->OnSyntaxError(source, param);
this->OnSyntaxError(source, "");
return;
}
@@ -219,8 +219,7 @@ class CommandMSSet : public Command
return this->DoLimit(source, params, mi);
else
{
source.Reply(NICK_SET_UNKNOWN_OPTION, Config->UseStrictPrivMsgString.c_str(), cmd.c_str());
source.Reply(MORE_INFO, Config->UseStrictPrivMsgString.c_str(), source.owner->nick.c_str(), "SET");
this->OnSyntaxError(source, "");
}
return;