From 2f9803fa94b294022eceecb2d6357aac1650820d Mon Sep 17 00:00:00 2001 From: "dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 12 Jun 2004 14:10:16 +0000 Subject: [PATCH] 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 --- services.h | 1 - version.log | 6 +++++- 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.