From 1fdb91a98393aa0ad2f9b844cec7d714b4a3f2f7 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 18 Apr 2012 00:18:18 +0200 Subject: Split correctly on command_groupremove --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs.py b/src/tabs.py index 5e1f3038..0814d2fc 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1855,7 +1855,7 @@ class RosterInfoTab(Tab): """ Remove the specified JID to the specified group """ - args = args.split(None, 1) + args = common.shell_split(args) if len(args) != 2: return jid = JID(args[0]).bare -- cgit v1.2.3