From 264f6c6c2fc4497b4d939776446afc5cec7f55eb Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 14 Oct 2012 16:06:53 +0000 Subject: Do not quotify the status in /status command. --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core.py b/src/core.py index 7e21a786..2825aae4 100644 --- a/src/core.py +++ b/src/core.py @@ -1382,7 +1382,7 @@ class Core(object): """ Completion of /status """ - return the_input.auto_completion([status for status in possible_show], ' ') + return the_input.auto_completion([status for status in possible_show], ' ', quotify=False) def command_presence(self, arg): """ -- cgit v1.2.3