summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--lang/en_us.l2
-rw-r--r--version.log6
3 files changed, 7 insertions, 2 deletions
diff --git a/Changes b/Changes
index a4abc040c..41892224e 100644
--- a/Changes
+++ b/Changes
@@ -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]
diff --git a/lang/en_us.l b/lang/en_us.l
index d379f9cf5..862d294da 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -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
diff --git a/version.log b/version.log
index 2db0920a0..d59e41fcf 100644
--- a/version.log
+++ b/version.log
@@ -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