Fixed idle messages (again)
This commit is contained in:
parent
22c5354bc6
commit
9f6ee05d43
1 changed files with 3 additions and 0 deletions
3
convo.py
3
convo.py
|
@ -78,6 +78,9 @@ class PesterTabWindow(QtGui.QFrame):
|
||||||
self.tabs.tabText(self.tabs.currentIndex()) == convo.title()):
|
self.tabs.tabText(self.tabs.currentIndex()) == convo.title()):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
def isBot(self, *args, **kwargs):
|
||||||
|
return self.mainwindow.isBot(*args, **kwargs)
|
||||||
|
|
||||||
def keyPressEvent(self, event):
|
def keyPressEvent(self, event):
|
||||||
# TODO: Clean this up. Our text areas now call this.
|
# TODO: Clean this up. Our text areas now call this.
|
||||||
keypress = event.key()
|
keypress = event.key()
|
||||||
|
|
Loading…
Reference in a new issue