diff --git a/memos.py b/memos.py index e9ce8c2..b2f8864 100644 --- a/memos.py +++ b/memos.py @@ -1872,7 +1872,7 @@ class PesterMemo(PesterConvo): self, "Ban User", "Enter the reason you are banning this user (optional):" ) if ok: - self.mainwindow.kickUser.emit(currentHandle, reason, self.channel) + self.mainwindow.kickUser.emit(self.channel, currentHandle, reason) @QtCore.pyqtSlot() def opSelectedUser(self):