From 07da8cab138ae53e168b7aa5097fd752d04a6476 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 29 Aug 2010 10:49:13 -0400 Subject: [PATCH] User: Specify chanagename must be used in private in its help. Closes: Sf#3055353 Signed-off-by: James Vega --- plugins/User/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/User/plugin.py b/plugins/User/plugin.py index cf1342027..c102ea0e4 100644 --- a/plugins/User/plugin.py +++ b/plugins/User/plugin.py @@ -150,8 +150,8 @@ class User(callbacks.Plugin): Changes your current user database name to the new name given. is only necessary if the user isn't recognized by hostmask. - If you include the parameter, this message must be sent - to the bot privately (not on a channel). + This message must be sent to the bot privately (not on a channel) since + it may contain a password. """ try: id = ircdb.users.getUserId(newname)