You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: