From 3d7d7425ee26d73aedb9dc1a51d87d25e37180d4 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(-) (limited to 'src') 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