mirror of
https://github.com/anope/anope.git
synced 2026-07-09 22:43:13 +02:00
BUILD : 1.7.8 (574) BUGS : N/A NOTES : Internal Events, Win32 can build with encryption, nickIsServices() works if format is nick@services
git-svn-id: svn://svn.anope.org/anope/trunk@574 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@424 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
f194129217
commit
59f3a38ffd
@@ -645,6 +645,7 @@ User *do_nick(const char *source, char *nick, char *username, char *host,
|
||||
} else {
|
||||
user->svid = 1;
|
||||
}
|
||||
send_event(EVENT_NEWNICK, nick);
|
||||
|
||||
} else {
|
||||
/* An old user changing nicks. */
|
||||
@@ -685,6 +686,7 @@ User *do_nick(const char *source, char *nick, char *username, char *host,
|
||||
}
|
||||
|
||||
change_user_nick(user, nick);
|
||||
send_event(EVENT_CHANGE_NICK, nick);
|
||||
|
||||
if ((old_na ? old_na->nc : NULL) ==
|
||||
(user->na ? user->na->nc : NULL))
|
||||
|
||||
Reference in New Issue
Block a user