go-chat-bot / bot

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

Make using Unidecode optional #103

Closed oddlid closed 5 years ago

oddlid commented 5 years ago

The use of unidecode.Unidecode(c.RawArgs) in parser.go can have unwanted effects when one wants to save user input in languages with letters not in ASCII. It would be nice to have the option to disable it.