1
0
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:
Adam
2010-06-27 02:41:48 -04:00
parent d49aee6cf8
commit 57caa0b53f
32 changed files with 254 additions and 242 deletions
-2
View File
@@ -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)