]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/umode_s.h
Add a metric assload of TRANSLATE macros to modules.
[user/henk/code/inspircd.git] / include / modes / umode_s.h
index e1178f3b66a95011bae7dce6ad947b10845f1e55..cda223eee1572c596855a2b323cf5510f8ec05e5 100644 (file)
@@ -1,3 +1,16 @@
+/*       +------------------------------------+
+ *       | 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;
@@ -9,4 +22,5 @@ class ModeUserServerNotice : public ModeHandler
  public:
        ModeUserServerNotice(InspIRCd* Instance);
        ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
+       unsigned int GetCount();
 };