X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fbase.cpp;h=fc6e6583b9127be7432619ed42ff70773f91dc00;hb=59b1a8955142935b02af6446005ab47fc7c3fc8c;hp=3b5baae59f844db6906d382fe821e769575c9f08;hpb=4c6b7c70ce61cb431df07780eba935eca529a65b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/base.cpp b/src/base.cpp index 3b5baae59..fc6e6583b 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * Inspire is copyright (C) 2002-2004 ChatSpike-Dev. + * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. * E-mail: * * @@ -120,6 +120,6 @@ BoolSet::BoolSet(char bitmask) bool BoolSet::operator=(BoolSet other) { - this->bits = other.bits; - return true; + this->bits = other.bits; + return true; }