Changed help for register to match the code.

This commit is contained in:
Jeremy Fincher 2004-08-29 15:59:16 +00:00
parent af4f836402
commit f73acda4ff

View File

@ -102,7 +102,7 @@ class User(callbacks.Privmsg):
hostmask of the person registering. This command (and all other hostmask of the person registering. This command (and all other
commands that include a password) must be sent to the bot privately, 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 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']) (optlist, rest) = getopt.getopt(args, '', ['hashed'])
(name, password) = privmsgs.getArgs(rest, required=2) (name, password) = privmsgs.getArgs(rest, required=2)