mirror of
https://github.com/anope/anope.git
synced 2026-07-03 11:33:12 +02:00
Fixed /ms sendall syntax error message
This commit is contained in:
@@ -52,7 +52,7 @@ class CommandMSSendAll : public Command
|
||||
|
||||
void OnSyntaxError(User *u, const Anope::string &subcommand)
|
||||
{
|
||||
SyntaxError(MemoServ, u, "SENDALL", MEMO_SEND_SYNTAX);
|
||||
SyntaxError(MemoServ, u, "SENDALL", MEMO_SENDALL_SYNTAX);
|
||||
}
|
||||
|
||||
void OnServHelp(User *u)
|
||||
|
||||
Reference in New Issue
Block a user