]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_lockserv.cpp
To be more specific, specify rpath() macro here
[user/henk/code/inspircd.git] / src / modules / m_lockserv.cpp
index b413c33bcd9d478476489f8a9ca665336975f526..f3ac9334765e4a96e6359a6740a4e48772969902 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 "users.h"
 #include "channels.h"
 #include "modules.h"
@@ -90,7 +103,7 @@ public:
                List[I_OnUserRegister] = List[I_OnRehash] = List[I_OnCheckReady] = 1;
        }
 
-       virtual void OnRehash(const std::string &parameter)
+       virtual void OnRehash(userrec* user, const std::string &parameter)
        {
                ResetLocked();
        }