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
This commit is contained in:
brain 2008-01-27 00:22:52 +00:00
parent 20bea3078d
commit 6c1554c873

View File

@ -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>";
}