From 821932a32603dbee88e949ac54528ccc4e9c1e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 2 Oct 2018 15:06:49 +0200 Subject: [PATCH] commands: Remove a double newline from the matrix command. --- matrix/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/commands.py b/matrix/commands.py index 880f163..3c19b65 100644 --- a/matrix/commands.py +++ b/matrix/commands.py @@ -110,7 +110,7 @@ def hook_commands(): " server: list, add, or remove Matrix servers\n" " connect: connect to Matrix servers\n" "disconnect: disconnect from one or all Matrix servers\n" - " reconnect: reconnect to server(s)\n\n" + " reconnect: reconnect to server(s)\n" " help: show detailed command help\n\n" "Use /matrix help [command] to find out more.\n" ),