diff options
-rw-r--r-- | lang/de.l | 2 | ||||
-rw-r--r-- | version.log | 8 |
2 files changed, 6 insertions, 4 deletions
@@ -159,7 +159,7 @@ USER_RECORD_NOT_FOUND UNKNOWN_COMMAND Unbekannter Befehl %s. UNKNOWN_COMMAND_HELP - Unbekannter Befehl %s. "/msg %s HELP" für Hilfe. + Unbekannter Befehl %s. "/msg %M HELP" für Hilfe. SYNTAX_ERROR Syntax: %s MORE_INFO diff --git a/version.log b/version.log index 0ba72b644..0993f9389 100644 --- a/version.log +++ b/version.log @@ -9,15 +9,18 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1112" +VERSION_BUILD="1113" # $Log$ # +# BUILD : 1.7.14 (1113) +# BUGS : +# NOTES : Same for de.l +# # BUILD : 1.7.14 (1112) # BUGS : 565 # NOTES : %M will now be replaced by either /msg or / depending on UseStrictPrivMsg - we still need to update the .l files for all langauges tho. # -# # BUILD : 1.7.14 (1111) # BUGS : 570 # NOTES : Allow doValidHost to be called from modules. @@ -26,7 +29,6 @@ VERSION_BUILD="1112" # BUGS : 523 # NOTES : os_info.c now calls mSaveData on AnopeFini # -# # BUILD : 1.7.14 (1109) # BUGS : 566 # NOTES : Finished support for SVSJOIN/SVSPART/SWHOIS in ircd modules |