mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +01:00
Changed an irc.queueMsg to irc.reply
This commit is contained in:
parent
d608f82875
commit
cbbc2818ee
@ -197,7 +197,7 @@ class Notes(callbacks.Privmsg):
|
||||
irc.reply(msg, newnote)
|
||||
else:
|
||||
### FIXME: IrcObjectProxy should offer a private keyword arg.
|
||||
irc.queueMsg(ircmsgs.privmsg(msg.nick, newnote))
|
||||
irc.reply(msg.nick, newnote)
|
||||
self.setAsRead(noteid)
|
||||
|
||||
def _formatNoteData(self, msg, id, fromId, public):
|
||||
|
Loading…
Reference in New Issue
Block a user