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

BUILD : 1.7.11 (899) BUGS : NOTES : Development Framework

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@645 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-28 13:47:37 +00:00
parent ec2020434a
commit 05a6d13bb0
7 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
|_| |_||_| |_\___/| _/ \___|
| |
|_| IRC Services
v1.7.11
v1.7.11-svn
This program will help you to compile your Services, and ask you
questions regarding the compile-time settings of it during the
process. For more options type ./Config --help
+4
View File
@@ -1,3 +1,7 @@
Anope Version S V N
--------------------
Provided by Anope Dev. <dev@anope.org> - 2005
Anope Version 1.7.11
---------------------
Provided by Anope Dev. <dev@anope.org> - 2005
+8
View File
@@ -1,3 +1,11 @@
Anope Version S V N
-------------------
** ADDED CONFIGURATION DIRECTIVES **
** MODIFIED CONFIGURATION DIRECTIVES **
** DELETED CONFIGURATION DIRECTIVES **
Anope Version 1.7.11
--------------------
** ADDED CONFIGURATION DIRECTIVES **
+8
View File
@@ -1,3 +1,11 @@
Anope Version S V N
--------------------
*** New Strings:
*** Mod Strings:
*** Del Strings:
Anope Version 1.7.11
---------------------
*** New Strings:
+4
View File
@@ -1,3 +1,7 @@
Anope Version S V N
--------------------
- NONE
Anope Version 1.7.11
--------------------
- NONE
+1 -1
View File
@@ -140,7 +140,7 @@ int do_saset(User * u)
&& stricmp(cmd, "ICQ") != 0))) {
syntax_error(s_NickServ, u, "SASET", NICK_SASET_SYNTAX);
} else if (!na) {
notice_lang(s_NickServ, u, NICK_NOT_REGISTERED);
notice_lang(s_NickServ, u, NICK_NOT_REGISTERED, nick);
} else if (na->status & NS_VERBOTEN) {
notice_lang(s_NickServ, u, NICK_X_FORBIDDEN, na->nick);
} else if (na->nc->flags & NI_SUSPENDED) {
+6 -2
View File
@@ -8,11 +8,15 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="11"
VERSION_EXTRA=""
VERSION_BUILD="897"
VERSION_EXTRA="-svn"
VERSION_BUILD="899"
# $Log$
#
# BUILD : 1.7.11 (899)
# BUGS :
# NOTES : Development Framework
#
# BUILD : 1.7.11 (897)
# BUGS :
# NOTES : Anope 1.7.11 Release