From f73acda4ff4fe16d5ee77a51f8b5efb2759022c8 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 29 Aug 2004 15:59:16 +0000 Subject: [PATCH] Changed help for register to match the code. --- src/User.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/User.py b/src/User.py index cc28a962f..5f0f4750a 100755 --- a/src/User.py +++ b/src/User.py @@ -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)