From 915dc7fa9d75409748d32a7627a434c388cdadcd Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 29 May 2012 12:37:50 +0200 Subject: Fix the OTR plugin completion --- plugins/otr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/otr.py b/plugins/otr.py index 971b0059..51e9a8d4 100644 --- a/plugins/otr.py +++ b/plugins/otr.py @@ -133,4 +133,4 @@ class Plugin(BasePlugin): self.core.refresh_window() def otr_completion(self, the_input): - return the_input.auto_completion(['start', 'end'], ' ') + return the_input.auto_completion(['start', 'fpr', 'end'], '', quotify=False) -- cgit v1.2.3