Commonly I have friends that post long links in a channel window, and sometimes the really long links are obnoxious. Of course you can go through tinyurl.com or makeashorterlink.com and generate a shorter URL, but that's a whole bunch of extra steps.
Since mIRC already can parse URLs, could there be a feature where the link is automatically shortened to a symbol (like, say, [link]) on your screen when someone posts a URL that's longer than a specified threshold length?
For example, if someone writes on channel:
"Hey! Check out
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3206626817&category=13727"Someone using a client with this feature would see
"Hey! Check out [link]"
Clicking on [link] would launch a browser like normal. Right-clicking would grab the shortcut just like it was a whole URL.
Maybe instead of the word "link", the parser puts in the hostname of the URL
"Hey! Check out [ebay]"
What do you think?