From 038869d2f7408d46d04dfdd7bd0cf67f731afee4 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 5 Nov 2011 19:38:03 +0100 Subject: Fix the /kick command --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs.py b/src/tabs.py index f4487643..ae20128c 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -653,7 +653,7 @@ class MucTab(ChatTab): if not len(args): self.core.command_help('kick') else: - self.command_role('none '+arg) + self.command_role(arg+ ' none') def command_role(self, arg): """ -- cgit v1.2.3