From 2620d1258c6a2c249b9503a7c4a764e26a2da0f3 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 13 Jan 2008 19:45:28 +0000 Subject: Undo my constructor playing, I'm pretty sure it will break stuff. This will require thinkings. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8707 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 2f1c86a33..d7671de3c 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -210,20 +210,6 @@ User::User(InspIRCd* Instance, const std::string &uid) : ServerInstance(Instance (*Instance->uuidlist)[uuid] = this; else throw CoreException("Duplicate UUID "+std::string(uuid)+" in User constructor"); - - (*(Instance->clientlist))[this->uuid] = this; - - /* The users default nick is their UUID */ - strlcpy(this->nick, this->uuid, NICKMAX - 1); - - this->server = Instance->FindServerNamePtr(Instance->Config->ServerName); - /* We don't need range checking here, we KNOW 'unknown\0' will fit into the ident field. */ - strcpy(this->ident, "unknown"); - - this->registered = REG_NONE; - this->signon = Instance->Time() + Instance->Config->dns_timeout; - this->lastping = 1; - } User::~User() -- cgit v1.3.1-10-gc9f91