]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_password_hash.cpp
Attach to events and register services in init()
[user/henk/code/inspircd.git] / src / modules / m_password_hash.cpp
index 3a5070de05ff59ee3f9c4103ded5069cbd4349ad..55741ee0b511183d7aadeca578c792a479e9b0f5 100644 (file)
@@ -81,6 +81,10 @@ class ModuleOperHash : public Module
  public:
 
        ModuleOperHash() : cmd(this)
+       {
+       }
+
+       void init()
        {
                /* Read the config file first */
                OnRehash(NULL);