Another IDLE message fix.
This commit is contained in:
parent
d3b95ebff1
commit
5d7933f998
1 changed files with 1 additions and 1 deletions
2
convo.py
2
convo.py
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue