mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Changed help for register to match the code.
This commit is contained in:
parent
af4f836402
commit
f73acda4ff
@ -102,7 +102,7 @@ class User(callbacks.Privmsg):
|
||||
hostmask of the person registering. This command (and all other
|
||||
commands that include a password) must be sent to the bot privately,
|
||||
not in a channel. If --hashed is given, the password will be hashed
|
||||
on disk, rather than being stored in plaintext.
|
||||
on disk, rather than being stored in the default configured format.
|
||||
"""
|
||||
(optlist, rest) = getopt.getopt(args, '', ['hashed'])
|
||||
(name, password) = privmsgs.getArgs(rest, required=2)
|
||||
|
Loading…
Reference in New Issue
Block a user