]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/base.cpp
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / base.cpp
index 3b5baae59f844db6906d382fe821e769575c9f08..fc6e6583b9127be7432619ed42ff70773f91dc00 100644 (file)
@@ -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:
  *                <brain@chatspike.net>
  *               <Craig@chatspike.net>
@@ -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;
 }