scrapinghub / slackbot

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

Make it possible to copy and execute the command posted in slack #212

Open massongit opened 4 years ago

massongit commented 4 years ago

When I copy the command posted in slack and execute it, it includes a space character \u00a0 and it is not recognized correctly. Therefore, I add the process to remove space characters at the beginning or the ending and to replace a space character with the normal space character from the command before parsing.