diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | Changes.lang | 1 | ||||
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | lang/nl.l | 2 | ||||
-rw-r--r-- | version.log | 6 |
5 files changed, 9 insertions, 3 deletions
@@ -7,6 +7,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005 07/01 A Events for channel access/xop updates. [ #00] 06/26 A New module pack module: hs_request. [ #00] 06/03 A Protocol files can now fill mod_current_buffer with custom code. [#389] +08/31 F Help for /os modlist had faulty 'limited to' information. [ #00] 08/30 F Changed UserKeys to RECOMMENDED instead of REQUIRED. [ #00] 08/29 F Pseudo-clients can now part with no instead of an empty reason. [ #00] 08/29 F Memory leak when using mysql to save data. [ #00] diff --git a/Changes.lang b/Changes.lang index aaa487ae9..eef118927 100644 --- a/Changes.lang +++ b/Changes.lang @@ -69,6 +69,7 @@ Anope Version S V N NICK_HELP_CMD_SASET *** Mod Strings: + OPER_HELP_MODLIST *** Del Strings: NICK_SERVADMIN_HELP_SET diff --git a/lang/en_us.l b/lang/en_us.l index 4e0e7a639..16eb367bf 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -5957,7 +5957,7 @@ OPER_HELP_MODLIST Lists all currently loaded modules. - Limited to Services Roots. + Limited to IRC Operators. ########################################################################### @@ -6130,7 +6130,7 @@ OPER_HELP_MODLIST Geeft alle momenteel geladen modules weer. - Gelimiteerd tot Services Roots. + Gelimiteerd tot IRC Operators. ########################################################################### diff --git a/version.log b/version.log index 89235d7d6..6d106e05e 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="10" -VERSION_BUILD="864" +VERSION_BUILD="865" # $Log$ # +# BUILD : 1.7.10 (865) +# BUGS : +# NOTES : Fixed the "limited to" line in the help for /os modlist +# # BUILD : 1.7.10 (864) # BUGS : # NOTES : Changed UserKeys from REQUIRED to RECOMMENDED |