Skip to content

Commit

Permalink
Removed default message truncation.
Browse files Browse the repository at this point in the history
Evaluate truncates anyways. The rest cannot cause any badness.
  • Loading branch information
paulsonkoly committed Feb 20, 2019
1 parent a701967 commit 90a2005
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/yarr/bot.rb
Expand Up @@ -42,7 +42,6 @@ def parse_input(message)
end

def post_process(response, stuff)
response = truncate(response)
if stuff.empty?
response
else
Expand Down

0 comments on commit 90a2005

Please sign in to comment.