From 6b6868829341c073fe60e6451488516e554823d0 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Thu, 18 Apr 2019 16:56:25 -0400
Subject: [PATCH] Improved output of help command.

---
 lib/aethyr/core/commands/help_handler.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/aethyr/core/commands/help_handler.rb b/lib/aethyr/core/commands/help_handler.rb
index 4e1a113..a8fc996 100644
--- a/lib/aethyr/core/commands/help_handler.rb
+++ b/lib/aethyr/core/commands/help_handler.rb
@@ -16,7 +16,7 @@ module Aethyr
         case data[:input]
         when /^(help|help topics)$/i
           if self.can_help?
-            self.player.output( commands.join(" ") + " ", true)
+            self.player.output( commands, false)
           end
         end
       end
-- 
GitLab