]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/umode_i.h
Still more massive commit fun. Headers in include/ still to be done, else that's it.
[user/henk/code/inspircd.git] / include / modes / umode_i.h
index 61626f3ce2beae29bc7a972a909be8678c5f2f14..c8e33b49284a2cc7cdf0caf14cc9c29707f6ed7d 100644 (file)
@@ -1,8 +1,25 @@
+/*       +------------------------------------+
+ *       | 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;
+
+/** User mode +i
+ */
 class ModeUserInvisible : public ModeHandler
 {
  public:
-       ModeUserInvisible();
+       ModeUserInvisible(InspIRCd* Instance);
        ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
 };