From 2c812cfd9e59dd71fe1d497dd93aab0c85c0797e Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 29 Aug 2010 10:49:13 -0400 Subject: [PATCH] User: Specify changename must be used in private in its help. Closes: Sf#3055353 Signed-off-by: James Vega (cherry picked from commit 07da8cab138ae53e168b7aa5097fd752d04a6476) Signed-off-by: Daniel Folkinshteyn --- 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)