diff --git a/lib/aethyr/core/commands/help_handler.rb b/lib/aethyr/core/commands/help_handler.rb
index 4e1a1139a7dae791ae6b559d81d8a5309c43444a..a8fc9965aff3f34316101f20d9e5862f3ae0bcc9 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