X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fbase.cpp;h=7e0cf482a065797a2c72b4d9f438e382797d51cd;hb=e62516014fdbc13a0baf9b869b747300bfdccbc7;hp=9c002773b9a406469c7d71f0cf34c6dbbe12876f;hpb=1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/base.cpp b/src/base.cpp index 9c002773b..7e0cf482a 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -2,8 +2,8 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2007 InspIRCd Development Team - * See: http://www.inspircd.org/wiki/index.php/Credits + * InspIRCd: (C) 2002-2009 InspIRCd Development Team + * See: http://wiki.inspircd.org/Credits * * This program is free but copyrighted software; see * the file COPYING for details. @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core */ + #include "inspircd_config.h" #include "base.h" #include @@ -21,7 +23,6 @@ const int inverted_bitfields[] = {~1,~2,~4,~8,~16,~32,~64,~128}; classbase::classbase() { - this->age = time(NULL); } bool Extensible::Shrink(const std::string &key)