From 6c1554c87332e420042243397d1567400ac61b8b Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Jan 2008 00:22:52 +0000 Subject: You left out the module name in the command, aquanight ;) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8756 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_password_hash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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 &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 = " "; } -- cgit v1.2.3