mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-27 05:21:09 -05:00
Bugfix, hopefully
This commit is contained in:
parent
217f30ba7b
commit
c6e47e6e12
@ -180,7 +180,6 @@ class Notes(callbacks.Privmsg):
|
|||||||
if public:
|
if public:
|
||||||
irc.reply(msg, newnote)
|
irc.reply(msg, newnote)
|
||||||
else:
|
else:
|
||||||
msg = self.makePrivate(msg)
|
|
||||||
irc.queueMsg(ircmsgs.privmsg(msg.nick, newnote))
|
irc.queueMsg(ircmsgs.privmsg(msg.nick, newnote))
|
||||||
#debug.printf("setting note to read=true")
|
#debug.printf("setting note to read=true")
|
||||||
self.setAsRead(noteid)
|
self.setAsRead(noteid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user