]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_i.h
Update all wiki links to point to the new wiki. This was done automatically with...
[user/henk/code/inspircd.git] / include / modes / cmode_i.h
index b8bea88a8efacc34841f90ae87acc7bec4857b5c..486ee0e1a7fe0d4841fe397461641ca11b5d2763 100644 (file)
@@ -1,10 +1,25 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
+ *
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
+
 #include "mode.h"
 
 class InspIRCd;
 
-class ModeChannelInviteOnly : public ModeHandler
+/** Channel mode +i
+ */
+class ModeChannelInviteOnly : public SimpleChannelModeHandler
 {
  public:
        ModeChannelInviteOnly(InspIRCd* Instance);
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
 };
+