diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-08-31 21:08:19 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-08-31 21:08:19 +0000 |
commit | 79ef8a938a183baefe15b06a4854717a944310d6 (patch) | |
tree | 9f92ca509a19169f71a5c6493fa537b0c9618e7c | |
parent | 1aa132117da9b21f600762b3c2e1112ecac216e5 (diff) |
BUILD : 1.7.10 (865) BUGS : NOTES : Fixed the "limited to" line in the help for /os modlist
git-svn-id: svn://svn.anope.org/anope/trunk@865 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@615 5417fbe8-f217-4b02-8779-1006273d7864
-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 |