mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01: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)
|
||||
else:
|
||||
irc.error(_('%s has no recognized nick on this '
|
||||
'network.') % user, Raise=True)
|
||||
'network.') % user.name, Raise=True)
|
||||
list = wrap(list, [optional('networkIrc'),
|
||||
optional('otherUser')])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user