diff options
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_password_hash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<HashProvider>("hash/" + algo); if (hp) |