1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 20:06:39 +02:00

Backport of bugfix for bug #1050 from SVN r2163, patch from Adam, MS STAFF's syntax shows correctly, required adding a language string as well, currently they are all English until they can be properly translated.

Also update version.log with previous 4 revisions as well.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2245 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-04-03 02:57:40 +00:00
parent 49d1d9e79b
commit 1cbfdac929
15 changed files with 59 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ int do_staff(User * u)
notice_lang(s_MemoServ, u, OPER_DEFCON_DENIED);
return MOD_CONT;
} else if (text == NULL) {
syntax_error(s_MemoServ, u, "SEND", MEMO_SEND_SYNTAX);
syntax_error(s_MemoServ, u, "STAFF", MEMO_STAFF_SYNTAX);
return MOD_CONT;
}