From 20241b07797acdae5552a802dd8f266c7a8ac5ab Mon Sep 17 00:00:00 2001 From: Kiooeht Date: Wed, 1 Jun 2011 08:24:35 -0700 Subject: [PATCH] Bug fix: Register memo modes/actions correctly --- memos.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/memos.py b/memos.py index 3634e53..996b265 100644 --- a/memos.py +++ b/memos.py @@ -728,8 +728,6 @@ class PesterMemo(PesterConvo): @QtCore.pyqtSlot(QtCore.QString, QtCore.QString, QtCore.QString) def userPresentChange(self, handle, channel, update): - if channel != self.channel and update != "quit": - return h = unicode(handle) c = unicode(channel) update = unicode(update)