mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +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)
|
irc.reply(msg, newnote)
|
||||||
else:
|
else:
|
||||||
### FIXME: IrcObjectProxy should offer a private keyword arg.
|
### FIXME: IrcObjectProxy should offer a private keyword arg.
|
||||||
irc.queueMsg(ircmsgs.privmsg(msg.nick, newnote))
|
irc.reply(msg.nick, newnote)
|
||||||
self.setAsRead(noteid)
|
self.setAsRead(noteid)
|
||||||
|
|
||||||
def _formatNoteData(self, msg, id, fromId, public):
|
def _formatNoteData(self, msg, id, fromId, public):
|
||||||
|
Loading…
Reference in New Issue
Block a user