Fixed idle messages (again)

This commit is contained in:
karxi 2017-01-02 13:46:42 -05:00
parent 22c5354bc6
commit 9f6ee05d43

View file

@ -78,6 +78,9 @@ class PesterTabWindow(QtGui.QFrame):
self.tabs.tabText(self.tabs.currentIndex()) == convo.title()):
return True
def isBot(self, *args, **kwargs):
return self.mainwindow.isBot(*args, **kwargs)
def keyPressEvent(self, event):
# TODO: Clean this up. Our text areas now call this.
keypress = event.key()