Bugfix, hopefully

This commit is contained in:
Jeremy Fincher 2003-04-14 05:38:44 +00:00
parent 217f30ba7b
commit c6e47e6e12

View File

@ -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)