Bug fix: Don't register user mode changes in memos
This commit is contained in:
parent
e7919869c1
commit
3798d04e1e
1 changed files with 1 additions and 1 deletions
2
memos.py
2
memos.py
|
@ -962,7 +962,7 @@ class PesterMemo(PesterConvo):
|
|||
icon = QtGui.QIcon()
|
||||
c.setIcon(icon)
|
||||
self.sortUsers()
|
||||
elif h == "" and update[0] in ["+","-"]:
|
||||
elif c == self.channel and update[0] in ["+","-"]:
|
||||
self.updateChanModes(update)
|
||||
|
||||
@QtCore.pyqtSlot()
|
||||
|
|
Loading…
Reference in a new issue