Automatic TinyURL Converter
mIRC Code
+ 1 likes
Please Register to submit score.
| Average Score | 7.0 (of 2 scores) |
| Date Added | Jul 02, 2008 |
| Last Updated | Jul 02, 2008 |
| Tags | converter tiny tinyurl |
Introduction
I edited it with wildcard for automatically catch every url on the chan and convert it into a tinyurl. You can think this edit is useless, but on my chan is really appreciated.
I've removed all triggers, and of course need to loaded on a bot.
Cheers
essebi
mIRC Snippet:
Automatic TinyURL Converter
Posted on Aug 26, 2008 9:38 pm
Posted on Aug 26, 2008 9:38 pm
Is there a way to actualy make this work?. I typed in an HTTP url and this didn't do anything. looks like a great tool to have. maybe i'm missing something?
mIRC Snippet:
Automatic TinyURL Converter
Posted on Aug 28, 2008 4:34 pm
Posted on Aug 28, 2008 4:34 pm
just an update .. this script works perfect .. sorry for the doubts :)
mIRC Snippet:
Automatic TinyURL Converter
Posted on Jul 31, 2009 8:46 am
Posted on Jul 31, 2009 8:46 am
{ msg %tinyurlchan %tinyurl2 }
should i change there in order to give it color or make it bold ?
like
{ msg ,,%tinyurlchan %tinyurl2 ,,}
should i change there in order to give it color or make it bold ?
like
{ msg ,,%tinyurlchan %tinyurl2 ,,}
mIRC Snippet:
Automatic TinyURL Converter
Posted on Sep 3, 2009 8:19 pm
Posted on Sep 3, 2009 8:19 pm
Well done, sir.
(line 34)
| Code: |
if (%tinyurlchan) { msg %tinyurlchan 0,12TinyURL: 12 $+ %tinyurl2 $+ 0,4Original: 12 $+ %tinyurl1 } |
(line 34)



