summaryrefslogtreecommitdiff
path: root/src/modules/m_password_hash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_password_hash.cpp')
-rw-r--r--src/modules/m_password_hash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_password_hash.cpp b/src/modules/m_password_hash.cpp
index fcc910073..94134e45e 100644
--- a/src/modules/m_password_hash.cpp
+++ b/src/modules/m_password_hash.cpp
@@ -62,7 +62,7 @@ class CommandMkpasswd : public Command
// Slow down the user if they are trying to flood mkpasswd requests
user->IncreasePenalty(5);
- return CMD_LOCALONLY;
+ return CMD_SUCCESS;
}
};