diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-03-15 00:12:59 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-03-15 00:12:59 +0000 |
commit | b6c2d8b52e7667b6250b01a633edbdca489dcdd8 (patch) | |
tree | a4d2c5c3edc4a11eca12ccac1ff63bba229b808d /src | |
parent | 68ff62f6e3dbb092c9a4341f83e08ee451ef0714 (diff) |
Fix but #1050, MS STAFF's syntax shows correctly, required adding a language string as well, currently they are all English until they can be properly translated.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2164 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ms_staff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_staff.c b/src/core/ms_staff.c index 38506981c..bf336f18a 100644 --- a/src/core/ms_staff.c +++ b/src/core/ms_staff.c @@ -69,7 +69,7 @@ class CommandMSStaff : public Command void OnSyntaxError(User *u) { - syntax_error(s_MemoServ, u, "SEND", MEMO_SEND_SYNTAX); + syntax_error(s_MemoServ, u, "STAFF", MEMO_STAFF_SYNTAX); } }; |