Do not quotify topic completion

This commit is contained in:
mathieui 2012-01-21 00:06:18 +01:00 committed by Florent Le Coz
parent 2240916efe
commit 3d7d7425ee

View file

@ -814,7 +814,7 @@ class MucTab(ChatTab):
def completion_topic(self, the_input):
current_topic = self.topic
return the_input.auto_completion([current_topic], '')
return the_input.auto_completion([current_topic], '', quotify=False)
def command_kick(self, arg):
"""