trinchan / slackbot

Simple, pluggable bot framework for Slack chat.
Apache License 2.0
248 stars 45 forks source link

Fix trim of TriggerWord #20

Closed gitizenme closed 8 years ago

gitizenme commented 8 years ago

The extra +" " was causing the trigger word to not be parsed properly. According to Slack docs trigger word should not include any white space between the trigger and the command.