Fix not sending PESTERCHUM:BEGIN to anyone

This commit is contained in:
Kiooeht 2014-01-18 01:25:27 -08:00
parent 1a2ddcf553
commit 5310d86248

View file

@ -1431,6 +1431,8 @@ class PesterWindow(MovingWindow):
convoWindow.quirksOff.setChecked(True)
if unicode(chum.handle).upper() in CUSTOMBOTS:
self.newConvoStarted.emit(QtCore.QString(chum.handle), initiated)
else:
self.newConvoStarted.emit(QtCore.QString(chum.handle), initiated)
convoWindow.show()
def createTabWindow(self):