nandub / hubot-irc

IRC adapter for Hubot
MIT License
299 stars 128 forks source link

message parsing link/url ? #151

Open stuartwan opened 9 years ago

stuartwan commented 9 years ago

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.