From d4ec0ba442a0676a1b2e3f781d8d27853751ca29 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 21 Jan 2012 00:06:18 +0100 Subject: Do not quotify topic completion --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs.py b/src/tabs.py index e8a773fe..188b6389 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -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): """ -- cgit v1.2.3