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)