]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/umode_w.cpp
Debug to try figure this out ..
[user/henk/code/inspircd.git] / src / modes / umode_w.cpp
index af00ac17eaa7abdcc9ee987894ed059317e7d5c6..3f1cd90c8b402292592f08659c6c9ad40a13ed3f 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 "inspircd.h"
 #include "mode.h"
 #include "channels.h"
@@ -24,3 +37,8 @@ ModeAction ModeUserWallops::OnModeChange(userrec* source, userrec* dest, chanrec
        /* Allow the change */
        return MODEACTION_DENY;
 }
+
+unsigned int ModeUserWallops::GetCount()
+{
+       return count;
+}