mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
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
This commit is contained in:
parent
e8383c6ccd
commit
2f9803fa94
@@ -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)
|
||||
|
||||
+5
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user