X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_password_hash.cpp;h=c8532e2ff7cb7f5c5e6d3842d235a0c54c24dc4a;hb=c202dea024542b9c6c6b771bb9a3a081d9eacdc5;hp=4f7d9e4496dff34f21d90c298855ea4c63b4e8f7;hpb=1031f333332cf1b09db4fd632f141143ee637c34;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_password_hash.cpp b/src/modules/m_password_hash.cpp index 4f7d9e449..c8532e2ff 100644 --- a/src/modules/m_password_hash.cpp +++ b/src/modules/m_password_hash.cpp @@ -82,9 +82,6 @@ class ModuleOperHash : public Module void init() CXX11_OVERRIDE { - /* Read the config file first */ - OnRehash(NULL); - ServerInstance->Modules->AddService(cmd); }