mirror of
https://github.com/anope/anope.git
synced 2026-06-28 08:56:38 +02:00
renaming to guestnick was not working properly
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2594 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ class NickServCollide : public Timer
|
||||
{
|
||||
/* If they identified or don't exist anymore, don't kill them. */
|
||||
User *u = finduser(na->nick);
|
||||
if (!u || nick_identified(u) || u->my_signon > this->GetSetTime())
|
||||
if (!u || u->nc == na->nc || u->my_signon > this->GetSetTime())
|
||||
return;
|
||||
|
||||
/* The RELEASE timeout will always add to the beginning of the
|
||||
|
||||
Reference in New Issue
Block a user