]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Updated header comments
[user/henk/code/inspircd.git] / include / channels.h
index de629c3992ea0b988e6b5638733a7ddc2e65f0f4..633d7edef4541b490d0c1811e7008584108758a7 100644 (file)
@@ -1,7 +1,18 @@
-/*
-
-   
-*/
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ *                       E-mail:
+ *                <brain@chatspike.net>
+ *               <Craig@chatspike.net>
+ *     
+ * Written by Craig Edwards, Craig McLure, and others.
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
 
 #include "inspircd_config.h"
 #include "base.h"
@@ -80,7 +91,7 @@ typedef std::vector<InviteItem>       InviteList;
  * This class represents a channel, and contains its name, modes, time created, topic, topic set time,
  * etc, and an instance of the BanList type.
  */
-class chanrec : public classbase
+class chanrec : public Extensible
 {
  public:
        /** The channels name.