summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-09-06 00:16:31 +0000
committerdrstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-09-06 00:16:31 +0000
commit69971ddc92b57cb98893df84b6db97452459d50c (patch)
tree87926afd88556ed07bfdbf6c787f9aadd6e1b044
parente7fef19a3c84d80f787323340c46693512ead440 (diff)
BUILD : 1.7.19 (1301) BUGS : 780, 781 NOTES : [1] Removed extra bolds from OS HELP SET [2] Removed extra Limited to... messages from os_akill and os_modload.
git-svn-id: svn://svn.anope.org/anope/trunk@1301 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1019 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--Changes2
-rw-r--r--Changes.lang1
-rw-r--r--lang/en_us.l16
-rw-r--r--src/core/os_akill.c1
-rw-r--r--src/core/os_modload.c1
-rw-r--r--version.log7
6 files changed, 17 insertions, 11 deletions
diff --git a/Changes b/Changes
index fdef52a3b..1bb207830 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,8 @@ Anope Version S V N
08/30 A Added support for channel keys to UnrealIRCd 3.2 SVSJOIN command [#774]
08/29 A Session limit exceptions now support IP numbers as hostmask [#723]
08/29 A Added InspIRCd11 vIdent support. [#684]
+09/05 F Removed Limited to... message from os_akill.c and os_modload.c [#780]
+09/05 F Removed extra bolded commands in OS HELP SET [#781]
08/31 F is_excepted() now uses match_userip() also. [#778]
08/31 F Wrong reply when deleting entries by number (akick, badwords) [#776]
06/15 F Non-existing servers being SQUIT'd when they were juped. [#726]
diff --git a/Changes.lang b/Changes.lang
index 57bb7230c..e0f3b60c7 100644
--- a/Changes.lang
+++ b/Changes.lang
@@ -11,6 +11,7 @@ Anope Version S V N
HELP_LIMIT_HOST_REMOVER
*** Mod Strings:
+ OPER_HELP_SET
In all of the following strings only the trailing 'Limited to ...' line has been removed:
OPER_HELP_EXCEPTION
OPER_HELP_SESSION
diff --git a/lang/en_us.l b/lang/en_us.l
index 19742d598..d379f9cf5 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -5748,14 +5748,14 @@ OPER_HELP_SET
Sets various global Services options. Option names
currently defined are:
- READONLY Set read-only or read-write mode
- LOGCHAN Report log messages to a channel
- DEBUG Activate or deactivate debug mode
- NOEXPIRE Activate or deactivate no expire mode
- SUPERADMIN Activate or deactivate super-admin mode
- SQL Activate or deactivate sql mode
- IGNORE Activate or deactivate ignore mode
- LIST List the options
+ READONLY Set read-only or read-write mode
+ LOGCHAN Report log messages to a channel
+ DEBUG Activate or deactivate debug mode
+ NOEXPIRE Activate or deactivate no expire mode
+ SUPERADMIN Activate or deactivate super-admin mode
+ SQL Activate or deactivate sql mode
+ IGNORE Activate or deactivate ignore mode
+ LIST List the options
OPER_HELP_SET_READONLY
Syntax: SET READONLY {ON | OFF}
diff --git a/src/core/os_akill.c b/src/core/os_akill.c
index a37b58821..7b1a5f616 100644
--- a/src/core/os_akill.c
+++ b/src/core/os_akill.c
@@ -65,7 +65,6 @@ void myOperServHelp(User * u)
{
if (is_services_oper(u)) {
notice_lang(s_OperServ, u, OPER_HELP_CMD_AKILL);
- notice_lang(s_OperServ, u, HELP_LIMIT_SERV_OPER);
}
}
diff --git a/src/core/os_modload.c b/src/core/os_modload.c
index ca782ce0b..10b72703a 100644
--- a/src/core/os_modload.c
+++ b/src/core/os_modload.c
@@ -59,7 +59,6 @@ void myOperServHelp(User * u)
{
if (is_services_root(u)) {
notice_lang(s_OperServ, u, OPER_HELP_CMD_MODLOAD);
- notice_lang(s_OperServ, u, HELP_LIMIT_SERV_ROOT);
}
}
diff --git a/version.log b/version.log
index 7b95eb1f2..b2d2067d4 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,15 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="19"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1300"
+VERSION_BUILD="1301"
# $Log$
#
+# BUILD : 1.7.19 (1301)
+# BUGS : 780, 781
+# NOTES : [1] Removed extra bolds from OS HELP SET [2] Removed extra Limited to... messages from os_akill and
+# os_modload.
+#
# BUILD : 1.7.19 (1300)
# BUGS :
# NOTES : Changed 2 // (C++-style) comments in /* (C-style) */ comments in src/misc.s and ran indent on the same file