summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-09-24 17:28:46 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-09-24 17:28:46 +0000
commitb289f05fbf2446b367a7b14f397932eec0c16dc3 (patch)
tree55c4a484e4e738481fae76a4003f7885a7c1eeea
parentff8e2751f47333d25993166de054773be1dd087d (diff)
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
-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