diff --git a/plugins/User/plugin.py b/plugins/User/plugin.py index c102ea0e4..df5353e88 100644 --- a/plugins/User/plugin.py +++ b/plugins/User/plugin.py @@ -187,7 +187,8 @@ class User(callbacks.Plugin): irc.replySuccess() else: irc.error(conf.supybot.replies.incorrectAuthentication()) - password = wrap(password, ['otherUser', 'something', 'something']) + password = wrap(password, ['private', 'otherUser', 'something', + 'something']) def secure(self, irc, msg, args, user, password, value): """ []