]> 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 9cce9feb3c767f414429acac27f5f14d2f129a89..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"
@@ -188,7 +199,7 @@ class chanrec : public Extensible
  * a userrec and chanrec class. The uc_modes member holds a bitmask of which privilages the user
  * has on the channel, such as op, voice, etc.
  */
-class ucrec : public Extensible
+class ucrec : public classbase
 {
  public:
        /** Contains a bitmask of the UCMODE_OP ... UCMODE_FOUNDER values.