summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-06-12 14:10:16 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-06-12 14:10:16 +0000
commit2f9803fa94b294022eceecb2d6357aac1650820d (patch)
tree4baa77a3e71643ae5ad0c72dde99770b5ac6824b
parente8383c6ccd01185c18595647b49be3a1072ad495 (diff)
BUILD : 1.7.3 (189) BUGS : 95 NOTES : Removed duplicate user kill on hybrid.
git-svn-id: svn://svn.anope.org/anope/trunk@189 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@134 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--services.h1
-rw-r--r--version.log6
2 files changed, 5 insertions, 2 deletions
diff --git a/services.h b/services.h
index 243078801..c285b13a5 100644
--- a/services.h
+++ b/services.h
@@ -1010,7 +1010,6 @@ struct user_ {
#if defined(IRC_HYBRID)
# define NEWNICK(nick,user,host,real,modes,qline) \
do { \
- kill_user(NULL, (nick), "Nick used by Services"); \
send_cmd(NULL, "NICK %s 1 %ld %s %s %s %s :%s", (nick), time(NULL), (modes), \
(user), (host), ServerName, (real)); \
} while (0)
diff --git a/version.log b/version.log
index 18f79f4ce..bb61e03bf 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
-VERSION_BUILD="188"
+VERSION_BUILD="189"
# $Log$
#
+# BUILD : 1.7.3 (189)
+# BUGS : 95
+# NOTES : Removed duplicate user kill on hybrid.
+#
# BUILD : 1.7.3 (188)
# BUGS : 101
# NOTES : Unified kill_user function to handle all ircd protocols.