mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Bugzor fix0red.
This commit is contained in:
parent
efc095fcc6
commit
a59ba2563d
@ -275,8 +275,8 @@ class Dunno(callbacks.Privmsg):
|
||||
irc.error('%r is not a valid dunno id.' % id)
|
||||
return
|
||||
try:
|
||||
name = ircdb.users.getUser(id).name
|
||||
(dunno, by, at) = self.db.get(channel, id)
|
||||
name = ircdb.users.getUser(by).name
|
||||
at = time.localtime(at)
|
||||
timeStr = time.strftime(conf.supybot.humanTimestampFormat(), at)
|
||||
irc.reply("Dunno #%s: %r (added by %s at %s)" % \
|
||||
|
Loading…
Reference in New Issue
Block a user