Split correctly on command_groupremove
This commit is contained in:
parent
abd8d30990
commit
1fdb91a983
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue