errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.12k stars 614 forks source link

Split the command on _all_ whitespace when matching commands #1496

Closed sijis closed 3 years ago

sijis commented 3 years ago

Solves #1307 by treating all whitespace as things that could potentially separate a command from its arguments

rebase of https://github.com/errbotio/errbot/pull/1308.