1
0
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:
Adam
2010-11-05 03:34:44 -04:00
parent cbd0f52eff
commit f5d20579ee
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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)