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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user