]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operjoin.cpp
Include explicit routing information in Command, will replace CMD_LOCALONLY return...
[user/henk/code/inspircd.git] / src / modules / m_operjoin.cpp
index 7cf1089c8c3697b051defe220a9ffb2354dcfebd..7b02958461ff5b4031ca8f91055d598b6ddc1ef4 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -45,13 +45,13 @@ class ModuleOperjoin : public Module
        public:
                ModuleOperjoin(InspIRCd* Me) : Module(Me)
                {
-                       OnRehash(NULL, "");
+                       OnRehash(NULL);
                Implementation eventlist[] = { I_OnPostOper, I_OnRehash };
                ServerInstance->Modules->Attach(eventlist, this, 2);
                }
 
 
-               virtual void OnRehash(User* user, const std::string &parameter)
+               virtual void OnRehash(User* user)
                {
                        ConfigReader* conf = new ConfigReader(ServerInstance);