From c6e47e6e127e284e445e03d6af4ab0cb975cdf66 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 14 Apr 2003 05:38:44 +0000 Subject: [PATCH] Bugfix, hopefully --- plugins/Notes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Notes.py b/plugins/Notes.py index cd4c1f505..b39f0334c 100644 --- a/plugins/Notes.py +++ b/plugins/Notes.py @@ -180,7 +180,6 @@ class Notes(callbacks.Privmsg): if public: irc.reply(msg, newnote) else: - msg = self.makePrivate(msg) irc.queueMsg(ircmsgs.privmsg(msg.nick, newnote)) #debug.printf("setting note to read=true") self.setAsRead(noteid)