I'm trying to create a dictionary script that uses dict.org to retrieve the link of the queried word and post the link to the channel. Now, I've gotten the script to do exactly what I want, works fine. However, one thing bothers me.
When a query is made, it returns the entire URL to the channel. I prefer to send a link (in the format of "word defined" where the quoted text is a link).
I'm not sure I understand. How is it that text sent to channel as "http://blah" is a link? Is this the client that makes it a link? Or does it mandate http:// for it to be a link?