summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.BANNER2
-rw-r--r--Changes4
-rw-r--r--Changes.conf8
-rw-r--r--Changes.lang8
-rw-r--r--Changes.mysql4
-rw-r--r--src/core/ns_saset.c2
-rw-r--r--version.log8
7 files changed, 32 insertions, 4 deletions
diff --git a/.BANNER b/.BANNER
index f2fa64f7b..5e82dcb92 100644
--- a/.BANNER
+++ b/.BANNER
@@ -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
diff --git a/Changes b/Changes
index 5d092ea98..ff2d9a4b8 100644
--- a/Changes
+++ b/Changes
@@ -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
diff --git a/Changes.conf b/Changes.conf
index 30290d310..e7c4afeb8 100644
--- a/Changes.conf
+++ b/Changes.conf
@@ -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 **
diff --git a/Changes.lang b/Changes.lang
index d3c1f06e4..61a0ca32a 100644
--- a/Changes.lang
+++ b/Changes.lang
@@ -1,3 +1,11 @@
+Anope Version S V N
+--------------------
+*** New Strings:
+
+*** Mod Strings:
+
+*** Del Strings:
+
Anope Version 1.7.11
---------------------
*** New Strings:
diff --git a/Changes.mysql b/Changes.mysql
index 123158757..7cd4047f6 100644
--- a/Changes.mysql
+++ b/Changes.mysql
@@ -1,3 +1,7 @@
+Anope Version S V N
+--------------------
+- NONE
+
Anope Version 1.7.11
--------------------
- NONE
diff --git a/src/core/ns_saset.c b/src/core/ns_saset.c
index 09f47fe86..9b4f3274d 100644
--- a/src/core/ns_saset.c
+++ b/src/core/ns_saset.c
@@ -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) {
diff --git a/version.log b/version.log
index 5d27c927c..cec3eb5bf 100644
--- a/version.log
+++ b/version.log
@@ -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