diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-07 12:52:57 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-07 12:52:57 +0000 |
commit | 13be617717318aef8e7f9ffeff9cd44c24c0b745 (patch) | |
tree | 901ba779aa7ad4f94a71a41c809715bb4f1a8726 | |
parent | f861c272dbe8153980036cd421b8ddffb00ffdd8 (diff) |
Fix MKPASSWD in helpop, remove MKSHA256, it's now accessed by MKPASSWD.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6899 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | conf/inspircd.helpop-full.example | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/inspircd.helpop-full.example b/conf/inspircd.helpop-full.example index 025bdc723..176ff441e 100644 --- a/conf/inspircd.helpop-full.example +++ b/conf/inspircd.helpop-full.example @@ -268,12 +268,9 @@ Sets your name to the specified name."> <helpop key="swhois" line="/SWHOIS [nick] [swhois] Sets the users swhois field to the given swhois."> -<helpop key="mkpasswd" value="/MKPASSWD [plaintext] +<helpop key="mkpasswd" value="/MKPASSWD [hashtype] [plaintext] Encodes the plaintext to an MD5 hash and displays the result."> -<helpop key="mksha256" value="/MKSHA256 [plaintext] -Encodes the plaintext to an SHA-256 hash and displays the result."> - <helpop key="opermotd" value="/OPERMOTD Re-displays the Oper MOTD."> |