From a8ed5bc4e16af3028f62c86dd1162bd7cfb94259 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 29 Nov 2014 19:12:23 +0100 Subject: Fix /name --- src/tabs/rostertab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabs/rostertab.py') 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 -- cgit v1.2.3