mirror of
https://github.com/anope/anope.git
synced 2026-06-27 02:56:38 +02:00
Don't delete users immediately when quit or killed, instead wait until message processing is done
This commit is contained in:
+2
-1
@@ -137,7 +137,8 @@ Server::~Server()
|
||||
na->last_quit = this->quit_reason;
|
||||
}
|
||||
|
||||
delete u;
|
||||
u->Quit(this->quit_reason);
|
||||
u->server = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user