From 14183c49c57334b26b52fcf8b6604e70a230535b Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 11 Feb 2013 22:23:44 +0100 Subject: Do not add a space after /unignore completion --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs.py b/src/tabs.py index a74dcd69..bab3f989 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1247,7 +1247,7 @@ class MucTab(ChatTab): self.core.information(_('%s is now unignored') % nick) def completion_unignore(self, the_input): - return the_input.auto_completion([user.nick for user in self.ignores], ' ', quotify=False) + return the_input.auto_completion([user.nick for user in self.ignores], '', quotify=False) def resize(self): """ -- cgit v1.2.3