mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Bugfix, hopefully
This commit is contained in:
parent
217f30ba7b
commit
c6e47e6e12
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user