From 0263eb95a8e0aa8d4eedd2f7b5944e269b3370ee Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 9 Nov 2004 13:35:54 +0000 Subject: [PATCH] Fix bug #1063094, Note.reply exception. --- plugins/Note.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Note.py b/plugins/Note.py index 747209abb..b4e2f73af 100644 --- a/plugins/Note.py +++ b/plugins/Note.py @@ -250,7 +250,7 @@ class Note(callbacks.Privmsg): 'is no longer in my user database.', Raise=True) id = self.db.send(user.id, note.frm, public, text) irc.reply('Note #%s sent to %s.' % (id, target.name)) - reply = wrap(reply, [('id', 'note'), 'text']) + reply = wrap(reply, ['user', ('id', 'note'), 'text']) def unsend(self, irc, msg, args, user, id): """