mirror of
https://github.com/anope/anope.git
synced 2026-06-29 14:56:37 +02:00
Made Anope track its own clients internally as if they were real users
This commit is contained in:
@@ -228,8 +228,6 @@ User::~User()
|
||||
if (na)
|
||||
na->OnCancel(this);
|
||||
|
||||
Alog(LOG_DEBUG_2) << "User::~User(): free user data";
|
||||
|
||||
delete [] this->host;
|
||||
|
||||
if (this->vhost)
|
||||
|
||||
Reference in New Issue
Block a user