Skip to content

Commit

Permalink
JM: code clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Moffitt committed Jan 13, 2018
1 parent 08d0bd2 commit e1c0258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/event_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 121,8 @@ def handle_command(dm_event)
@DMSender.send_system_help(user_id)
else
# This is where you'd plug in more fancy message processing...
message = "I only support a basic set of commands, send 'help' to review those... "
@DMSender.send_custom_message(user_id, message)
#message = "I only support a basic set of commands, send 'help' to review those... "
#@DMSender.send_custom_message(user_id, message)
end
end

Expand Down

0 comments on commit e1c0258

Please sign in to comment.