mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
User: Fix hostmask.list to show the user's name not the repr user object
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
c9329303d3
commit
9dccada152
@ -254,7 +254,8 @@ class User(callbacks.Plugin):
|
||||
hostmasks.sort()
|
||||
return format('%L', hostmasks)
|
||||
else:
|
||||
irc.reply(format('%s has no registered hostmasks.', user))
|
||||
irc.reply(format('%s has no registered hostmasks.',
|
||||
user.name))
|
||||
try:
|
||||
user = ircdb.users.getUser(msg.prefix)
|
||||
if name:
|
||||
|
Loading…
Reference in New Issue
Block a user