Would be a great feature a "URL shortener" passive command:
IF url_sent_to_channel:
url = url_sent
IF len(url) > ??:
url = some_url_shortner(url)
What I meant by "great feature" is for those who uses a non-X IRC clients, and usually the terminal breaks the URL in two+ different lines, forcing the user copy-paste each line.