diff options
Diffstat (limited to 'src/tabs')
-rw-r--r-- | src/tabs/rostertab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs/rostertab.py b/src/tabs/rostertab.py index 2e588b72..3fbeefb0 100644 --- a/src/tabs/rostertab.py +++ b/src/tabs/rostertab.py @@ -407,7 +407,7 @@ class RosterInfoTab(Tab): roster.modified() self.core.information('%s was added to the roster' % jid, 'Roster') - @command_args_parser.quoted(1) + @command_args_parser.quoted(2) def command_name(self, args): """ Set a name for the specified JID in your roster |