X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_password_hash.cpp;h=44e02eeda8b07368eb15c40ea017d94e476e374c;hb=1bfa48143c04504181d1b194af151fae2dac1eb1;hp=7d2b9fc79b016cf7c395af62c828cc95c01eebd3;hpb=527c492cf1c86ede062c49d45ebda17c8c6dfc68;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_password_hash.cpp b/src/modules/m_password_hash.cpp index 7d2b9fc79..44e02eeda 100644 --- a/src/modules/m_password_hash.cpp +++ b/src/modules/m_password_hash.cpp @@ -44,6 +44,7 @@ class CommandMkpasswd : public Command user->WriteServ("NOTICE %s :%s hashed password for %s is %s", user->nick.c_str(), algo.c_str(), stuff.c_str(), str.c_str()); + return; } HashProvider* hp = ServerInstance->Modules->FindDataService("hash/" + algo); if (hp)