Skip to content

Commit

Permalink
Working?
Browse files Browse the repository at this point in the history
  • Loading branch information
CoralineAda committed Oct 3, 2016
1 parent 33c7c9e commit 712e4be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion alice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@

bot = Slackbotsy::Bot.new(config) do
hear /(.+)/ do |mdata|
Pipeline::Listener.new.route(user_name, mdata[1])
begin
Pipeline::Listener.new.route(user_name, mdata[1])
rescue
""
end
end
end

Expand Down

0 comments on commit 712e4be

Please sign in to comment.