]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_sqllog.cpp
MetaData rework
[user/henk/code/inspircd.git] / src / modules / extra / m_sqllog.cpp
index a81e2fa59d872a86b1e69952101986296d8db96f..c952d495e1d81027efa832b24d4cceb1b1f21f63 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.
@@ -195,7 +195,7 @@ class ModuleSQLLog : public Module
 
                SQLModule = ServerInstance->Modules->FindFeature("SQL");
 
-               OnRehash(NULL,"");
+               OnRehash(NULL);
                MyMod = this;
                active_queries.clear();
 
@@ -217,7 +217,7 @@ class ModuleSQLLog : public Module
                dbid = Conf.ReadValue("sqllog","dbid",0);       // database id of a database configured in sql module
        }
 
-       virtual void OnRehash(User* user, const std::string &parameter)
+       virtual void OnRehash(User* user)
        {
                ReadConfig();
        }