diff options
-rw-r--r-- | src/modules/m_password_hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_password_hash.cpp b/src/modules/m_password_hash.cpp index 45f986be8..476202616 100644 --- a/src/modules/m_password_hash.cpp +++ b/src/modules/m_password_hash.cpp @@ -30,7 +30,7 @@ class CommandMkpasswd : public Command CommandMkpasswd (InspIRCd* Instance, Module* S, hashymodules &h, std::deque<std::string> &n) : Command(Instance,"MKPASSWD", 'o', 2), Sender(S), hashers(h), names(n) { - this->source = "m_oper_hash.so"; + this->source = "m_password_hash.so"; syntax = "<hashtype> <any-text>"; } |