scrapinghub / slackbot

A chat bot for Slack (https://slack.com).
MIT License
1.26k stars 394 forks source link

Support messages with new line characters #126

Open dnlsng opened 7 years ago

dnlsng commented 7 years ago

Without this change, the bot would ignore any messages with new line characters.

This is useful in the case where you would want to do something like this:

@respond_to('(.*)', re.DOTALL)

to match all text including new lines.

I can't think of a case where this would be undesirable.

jtatum commented 7 years ago

Please add/update functional/unit tests for this behavior.

lins05 commented 7 years ago

ping @dnlsng