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)