Bugfix, hopefully

This commit is contained in:
Jeremy Fincher 2003-04-14 05:35:02 +00:00
parent fd22551da9
commit 217f30ba7b

View File

@ -181,7 +181,7 @@ class Notes(callbacks.Privmsg):
irc.reply(msg, newnote)
else:
msg = self.makePrivate(msg)
irc.reply(msg, newnote)
irc.queueMsg(ircmsgs.privmsg(msg.nick, newnote))
#debug.printf("setting note to read=true")
self.setAsRead(noteid)
else: