diff options
author | Adam <Adam@anope.org> | 2010-11-05 03:34:44 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-11-05 03:34:44 -0400 |
commit | f5d20579ee1fd3d2495d3af7c945db5c43e25daa (patch) | |
tree | b9a68a3344b39182c35222c4eec47708516e60ee /modules/core/ms_sendall.cpp | |
parent | cbd0f52eff232c1304658049ef9f2a64fc980a6c (diff) |
Fixed /ms sendall syntax error message
Diffstat (limited to 'modules/core/ms_sendall.cpp')
-rw-r--r-- | modules/core/ms_sendall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ms_sendall.cpp b/modules/core/ms_sendall.cpp index b16e13929..33730f590 100644 --- a/modules/core/ms_sendall.cpp +++ b/modules/core/ms_sendall.cpp @@ -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) |