From 2fbdce829f06c5d0ded05f06a00bc80588724b7a Mon Sep 17 00:00:00 2001 From: Daniel Muckerman Date: Fri, 9 Oct 2015 18:23:55 -0400 Subject: [PATCH] Maybe echo will work this time --- slack-mathbot/commands.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/slack-mathbot/commands.rb b/slack-mathbot/commands.rb index defec04..d6975c4 100644 --- a/slack-mathbot/commands.rb +++ b/slack-mathbot/commands.rb @@ -1,3 +1,4 @@ require 'slack-mathbot/commands/calculate' require 'slack-mathbot/commands/about' require 'slack-mathbot/commands/help' +require 'slack-mathbot/commands/echo'