go-chat-bot / bot

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

Strip bot nickname from beginning of messages #120

Closed sochotnicky closed 4 years ago

sochotnicky commented 4 years ago

When one channel has multiple go-chat-bot instances this allows to direct commands to a specific one while other bots would ignore it.

It could be made configurable so that by default no such stripping would occur if there are compatibility worries with some plugins.

sochotnicky commented 4 years ago

I guess this is slightly related to https://github.com/go-chat-bot/bot/issues/42 (but just handles the IRC prefix of bot name)