go-chat-bot / bot

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

expose command prefix in `irc.Config` #140

Open theaog opened 2 years ago

theaog commented 2 years ago

expose the command prefix variable in the Config struct, the current OS ENV solution feels like a cheat, plus it doesn't apply for plugins and is not documented.

let me know if I could send a PR w/ the change.

fabioxgn commented 2 years ago

Hi, @theaog I'd really appreciate it if you could make this change! Thanks for the interest in helping the project.