diff options
-rw-r--r-- | src/tabs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py index 7398aacd..f9940d82 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1684,7 +1684,7 @@ class RosterInfoTab(Tab): """ Add 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 |