Our team is using the IRC hubot way - i.e. create a real slack user for hubot and used hubot-irc adapter.
We have some customized hubot command but recently some of them are failing. I look at the debug code and found out that if the message we send to hubot contains url/link, the message will get changed.
Say we send hubot:
command abc.com
And when receiving this from hubot, the message has became:
command abc.com http://abc.com
Thus will cause our command fail to parse. It was completely fine in the past months until last week. Is there anyway we can avoid this?
Our team is using the IRC hubot way - i.e. create a real slack user for hubot and used hubot-irc adapter.
We have some customized hubot command but recently some of them are failing. I look at the debug code and found out that if the message we send to hubot contains url/link, the message will get changed.
Say we send hubot:
And when receiving this from hubot, the message has became:
Thus will cause our command fail to parse. It was completely fine in the past months until last week. Is there anyway we can avoid this?
Thanks in advance.