1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 06:43:13 +02:00

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
This commit is contained in:
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-09-06 00:16:31 +00:00
parent e7fef19a3c
commit 69971ddc92
6 changed files with 17 additions and 11 deletions
+2
View File
@@ -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]
+1
View File
@@ -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
+8 -8
View File
@@ -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}
-1
View File
@@ -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);
}
}
-1
View File
@@ -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);
}
}
+6 -1
View File
@@ -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