diff options
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): """ |