Fix kicking/banning not working
This commit is contained in:
parent
ee0ca6f7ed
commit
bd292b4d80
1 changed files with 1 additions and 1 deletions
2
memos.py
2
memos.py
|
@ -1872,7 +1872,7 @@ class PesterMemo(PesterConvo):
|
||||||
self, "Ban User", "Enter the reason you are banning this user (optional):"
|
self, "Ban User", "Enter the reason you are banning this user (optional):"
|
||||||
)
|
)
|
||||||
if ok:
|
if ok:
|
||||||
self.mainwindow.kickUser.emit(currentHandle, reason, self.channel)
|
self.mainwindow.kickUser.emit(self.channel, currentHandle, reason)
|
||||||
|
|
||||||
@QtCore.pyqtSlot()
|
@QtCore.pyqtSlot()
|
||||||
def opSelectedUser(self):
|
def opSelectedUser(self):
|
||||||
|
|
Loading…
Reference in a new issue