Conscious commented on a Page, Tinyurl A URL  -  Dec 28, 2010

It would indeed require a socket, I haven't looked at the use of sockets either.

Idiot proof scripts are the way of the future.

Strip and flood timer:

on *:TEXT:!tiny*:#: { 
if (%flood_protection_tiny != on) {
var %url $strip($2)
msg $chan Congratulations $nick $+ ! Your current url of %url has been shortened at http://tinyurl.com/create.php?source=indexpage&url= $+ %url $+ &submit=Make+TinyURL!&alias= Thank you for using the script! 
set %flood_protection_tiny on
timer 1 3 unset %flood_protection_tiny
}
else msg $chan Please do not spam this command!
}

Also, do you want the custom alias bit added? Not too hard...

KryptonCnR  -  Nov 28, 2013

I know this is quite a old thread, but is there a way to get the link to display in the room without having to go to the site to get it?

Conscious  -  Dec 01, 2013

Using a socket, yes

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.