1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 12:06:38 +02:00

BUILD : 1.7.19 (1307) BUGS : 788 NOTES : Fixed OS HELP OPER showing admin instead of root (OH NOES)

git-svn-id: svn://svn.anope.org/anope/trunk@1307 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1025 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-09-24 17:28:46 +00:00
parent ff8e2751f4
commit b289f05fbf
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -43,6 +43,7 @@ Anope Version S V N
09/09 F Undeclared identifiers in module cleaning code on windows. [#782]
09/09 F Missing test to check mysql_config sanity in ./configure. [#757]
09/24 F Polish language reported itself as English when switching to it. [#789]
09/24 F OperServ HELP OPER showing incorrect access levels. [#788]
Provided by Trystan <trystan@nomadirc.net> - 2007
08/29 F Module runtime directory not always properly cleaned up. [#768]
+1 -1
View File
@@ -5468,7 +5468,7 @@ OPER_HELP_OPER
Services operator list.
Any IRC operator may use the OPER LIST form of the command.
All other use limited to Services admins.
All other use limited to Services roots.
OPER_HELP_ADMIN
Syntax: ADMIN ADD nick
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="19"
VERSION_EXTRA="-svn"
VERSION_BUILD="1306"
VERSION_BUILD="1307"
# $Log$
#
# BUILD : 1.7.19 (1307)
# BUGS : 788
# NOTES : Fixed OS HELP OPER showing admin instead of root (OH NOES)
#
# BUILD : 1.7.19 (1306)
# BUGS : 789
# NOTES : Fixed Polish language reporting itself as English when switching to it