diff --git a/memos.py b/memos.py index 1fced3c..6d380b7 100644 --- a/memos.py +++ b/memos.py @@ -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)