mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +01:00
User: Require set.password be sent in private.
Closes: Sf#3055365 Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
07da8cab13
commit
f977a3a260
@ -187,7 +187,8 @@ class User(callbacks.Plugin):
|
|||||||
irc.replySuccess()
|
irc.replySuccess()
|
||||||
else:
|
else:
|
||||||
irc.error(conf.supybot.replies.incorrectAuthentication())
|
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):
|
def secure(self, irc, msg, args, user, password, value):
|
||||||
"""<password> [<True|False>]
|
"""<password> [<True|False>]
|
||||||
|
Loading…
Reference in New Issue
Block a user