Another IDLE message fix.

This commit is contained in:
karxi 2016-11-13 01:44:05 -05:00
parent d3b95ebff1
commit 5d7933f998

View file

@ -373,7 +373,7 @@ class PesterText(QtGui.QTextEdit):
verb = window.theme["convo/text/idle"]
idlemsg = me.idlemsg(systemColor, verb)
parent.textArea.append(convertTags(idlemsg))
window.chatlog.log(parent.title(), idlemsg)
window.chatlog.log(chum.handle, idlemsg)
parent.messageSent.emit("PESTERCHUM:IDLE", parent.title())
self.lastmsg = datetime.now()
window.chatlog.log(chum.handle, lexmsg)