]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_i.h
Proper fix for end-of-list numerics on restricted lists in bug #386, rather than...
[user/henk/code/inspircd.git] / include / modes / cmode_i.h
index b8bea88a8efacc34841f90ae87acc7bec4857b5c..fb177dc0f85712aa6c1391b8c01e4cb04486f0e5 100644 (file)
@@ -1,7 +1,22 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
+ *
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
+
 #include "mode.h"
 
 class InspIRCd;
 
+/** Channel mode +i
+ */
 class ModeChannelInviteOnly : public ModeHandler
 {
  public: