From a59ba2563ddb6be0bb0c526743bd63e080c772df Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 6 Aug 2004 17:37:28 +0000 Subject: [PATCH] Bugzor fix0red. --- plugins/Dunno.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Dunno.py b/plugins/Dunno.py index 34c93a016..77b21811c 100644 --- a/plugins/Dunno.py +++ b/plugins/Dunno.py @@ -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)" % \