Do not quote the JID for /remove completion

This commit is contained in:
mathieui 2012-05-04 19:41:59 +02:00
parent 7778ad9216
commit 91ab569e52

View file

@ -2013,7 +2013,7 @@ class RosterInfoTab(Tab):
From with any JID presence in the roster
"""
jids = [jid for jid in roster.jids()]
return the_input.auto_completion(jids, '')
return the_input.auto_completion(jids, '', quotify=False)
def completion_name(self, the_input):
text = the_input.get_text()