summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-10-29 07:27:01 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-10-29 07:27:01 +0200
commitab60a8ddde7bd9478bfe60daf48145e5b55690f0 (patch)
treef26f5712d91b064d2ab78d2a142f2fba7cc50565 /src/tabs.py
parent0451127ff8a1b96772b58ff9e246621d0df4c99e (diff)
parent6d436f570ae186a472fe0d743cef7339e0c16d5d (diff)
downloadpoezio-ab60a8ddde7bd9478bfe60daf48145e5b55690f0.tar.gz
poezio-ab60a8ddde7bd9478bfe60daf48145e5b55690f0.tar.bz2
poezio-ab60a8ddde7bd9478bfe60daf48145e5b55690f0.tar.xz
poezio-ab60a8ddde7bd9478bfe60daf48145e5b55690f0.zip
Merge branch 'master' of http://git.louiz.org/poezio into plugins
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index a160a0a1..b0de89c0 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -632,7 +632,8 @@ class MucTab(ChatTab):
args = common.shell_split(arg)
if not len(args):
self.core.command_help('kick')
- self._command_change_role('kick '+arg)
+ else:
+ self.command_role('none '+arg)
def command_role(self, arg):
"""