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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user