Do not quotify topic completion
This commit is contained in:
parent
1f9a6f5883
commit
d4ec0ba442
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue