go-chat-bot / bot

IRC, Slack, Telegram and RocketChat bot written in go
MIT License
824 stars 194 forks source link

clean or escape single and double quotes and parentheses from command arguments #100

Open bnfinet opened 5 years ago

bnfinet commented 5 years ago

contractions and slightly odd strings currently upset the parser...

<user> !cat isn't that special
<bot> Error parsing arguments: invalid command line string

also a single closing or opening parentheses will cause the same error '(', ')'