summaryrefslogtreecommitdiff
path: root/src/modules/m_password_hash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_password_hash.cpp')
-rw-r--r--src/modules/m_password_hash.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/m_password_hash.cpp b/src/modules/m_password_hash.cpp
index 3a5070de0..55741ee0b 100644
--- a/src/modules/m_password_hash.cpp
+++ b/src/modules/m_password_hash.cpp
@@ -82,6 +82,10 @@ class ModuleOperHash : public Module
ModuleOperHash() : cmd(this)
{
+ }
+
+ void init()
+ {
/* Read the config file first */
OnRehash(NULL);