Whoops: Make people exit from memos on ping timeouts/broken pipes/etc

This commit is contained in:
Kiooeht 2011-05-23 18:40:13 -07:00
parent 44fa9cdc99
commit aab2654300

View file

@ -704,7 +704,7 @@ class PesterMemo(PesterConvo):
@QtCore.pyqtSlot(QtCore.QString, QtCore.QString, QtCore.QString)
def userPresentChange(self, handle, channel, update):
if channel != self.channel:
if channel != self.channel and update != "quit":
return
h = unicode(handle)
c = unicode(channel)