Fix not sending PESTERCHUM:BEGIN to anyone
This commit is contained in:
parent
1a2ddcf553
commit
5310d86248
1 changed files with 2 additions and 0 deletions
|
@ -1431,6 +1431,8 @@ class PesterWindow(MovingWindow):
|
||||||
convoWindow.quirksOff.setChecked(True)
|
convoWindow.quirksOff.setChecked(True)
|
||||||
if unicode(chum.handle).upper() in CUSTOMBOTS:
|
if unicode(chum.handle).upper() in CUSTOMBOTS:
|
||||||
self.newConvoStarted.emit(QtCore.QString(chum.handle), initiated)
|
self.newConvoStarted.emit(QtCore.QString(chum.handle), initiated)
|
||||||
|
else:
|
||||||
|
self.newConvoStarted.emit(QtCore.QString(chum.handle), initiated)
|
||||||
convoWindow.show()
|
convoWindow.show()
|
||||||
|
|
||||||
def createTabWindow(self):
|
def createTabWindow(self):
|
||||||
|
|
Loading…
Reference in a new issue