mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Forgot a user dot.
This commit is contained in:
parent
d4e41dae55
commit
3552a1374c
@ -196,7 +196,7 @@ class Seen(callbacks.Privmsg):
|
||||
(user.name, channel, utils.timeElapsed(time.time()-when),
|
||||
said))
|
||||
except KeyError:
|
||||
irc.reply('I have not seen %s.' % name)
|
||||
irc.reply('I have not seen %s.' % user.name)
|
||||
user = wrap(user, ['channeldb', 'otherUser'])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user