mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
User: Fix authentication canceling after hostname/nick change.
This commit is contained in:
parent
f3e4f097aa
commit
edbde2235b
@ -514,7 +514,7 @@ class User(callbacks.Plugin):
|
||||
'submit it.'), Raise=True)
|
||||
if self._tokens[token][0] != msg.prefix:
|
||||
irc.error(_('Your hostname/nick changed in the process. '
|
||||
'Authentication aborted.'))
|
||||
'Authentication aborted.'), Raise=True)
|
||||
verified = gpg.keyring.verify(data)
|
||||
if verified and verified.valid:
|
||||
keyid = verified.key_id
|
||||
|
Loading…
Reference in New Issue
Block a user