mirror of
https://github.com/anope/anope.git
synced 2026-07-03 01:33:12 +02:00
Remove moduleAddData|GetData|DelData and all associated mess. Extensible base replaces all this in a much cleaner and more transparent fashion.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1706 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -43,7 +43,6 @@ User::User(const std::string &snick)
|
||||
na = NULL;
|
||||
chans = NULL;
|
||||
founder_chans = NULL;
|
||||
moduleData = NULL;
|
||||
timestamp = my_signon = svid = mode = invalid_pw_time = lastmemosend = lastnickreg = lastmail = 0;
|
||||
|
||||
strscpy(this->nick, snick.c_str(), NICKMAX);
|
||||
@@ -253,8 +252,6 @@ User::~User()
|
||||
if (this->nickTrack)
|
||||
free(this->nickTrack);
|
||||
|
||||
moduleCleanStruct(&this->moduleData);
|
||||
|
||||
if (debug >= 2)
|
||||
alog("debug: User::~User(): delete from list");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user