mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-27 05:21:09 -05:00
Merge pull request #998 from GLolol/nickauth-1
NickAuth: fix leak of information if 'nick list' is used on a user without a configured nick
This commit is contained in:
commit
dd818f6e7e
@ -131,7 +131,7 @@ class NickAuth(callbacks.Plugin):
|
|||||||
'network.'), Raise=True)
|
'network.'), Raise=True)
|
||||||
else:
|
else:
|
||||||
irc.error(_('%s has no recognized nick on this '
|
irc.error(_('%s has no recognized nick on this '
|
||||||
'network.') % user, Raise=True)
|
'network.') % user.name, Raise=True)
|
||||||
list = wrap(list, [optional('networkIrc'),
|
list = wrap(list, [optional('networkIrc'),
|
||||||
optional('otherUser')])
|
optional('otherUser')])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user