]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_password_hash.cpp
Replace OnRehash() with ReadConfig() that is called on boot, on module load and on...
[user/henk/code/inspircd.git] / src / modules / m_password_hash.cpp
index 4f7d9e4496dff34f21d90c298855ea4c63b4e8f7..c8532e2ff7cb7f5c5e6d3842d235a0c54c24dc4a 100644 (file)
@@ -82,9 +82,6 @@ class ModuleOperHash : public Module
 
        void init() CXX11_OVERRIDE
        {
-               /* Read the config file first */
-               OnRehash(NULL);
-
                ServerInstance->Modules->AddService(cmd);
        }