1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 05:23:14 +02:00

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
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-08-31 21:08:19 +00:00
parent 1aa132117d
commit 79ef8a938a
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -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]
+1
View File
@@ -69,6 +69,7 @@ Anope Version S V N
NICK_HELP_CMD_SASET
*** Mod Strings:
OPER_HELP_MODLIST
*** Del Strings:
NICK_SERVADMIN_HELP_SET
+1 -1
View File
@@ -5957,7 +5957,7 @@ OPER_HELP_MODLIST
Lists all currently loaded modules.
Limited to Services Roots.
Limited to IRC Operators.
###########################################################################
+1 -1
View File
@@ -6130,7 +6130,7 @@ OPER_HELP_MODLIST
Geeft alle momenteel geladen modules weer.
Gelimiteerd tot Services Roots.
Gelimiteerd tot IRC Operators.
###########################################################################
+5 -1
View File
@@ -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