mirror of
https://github.com/anope/anope.git
synced 2026-06-26 03:46:39 +02:00
Don't delete users immediately when quit or killed, instead wait until message processing is done
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ void NickAlias::Release()
|
||||
User *u = User::Find(this->nick);
|
||||
if (u && u->server == Me)
|
||||
{
|
||||
delete u;
|
||||
u->Quit();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user