mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
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:
parent
20bea3078d
commit
6c1554c873
@ -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>";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user