From 0739e7c099618eb1848f5a72ec4d896095033a76 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 30 Nov 2005 15:26:42 +0000 Subject: Added a parameter to OnRehash for the rehash parameter git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2058 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_sqlauth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_sqlauth.cpp') diff --git a/src/modules/extra/m_sqlauth.cpp b/src/modules/extra/m_sqlauth.cpp index d6a6b5e81..e1c0929c4 100644 --- a/src/modules/extra/m_sqlauth.cpp +++ b/src/modules/extra/m_sqlauth.cpp @@ -78,7 +78,7 @@ class ModuleSQLAuth : public Module ReadConfig(); } - virtual void OnRehash() + virtual void OnRehash(std::string parameter) { ReadConfig(); } -- cgit v1.2.3