Top

URL fetcher


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  9.5
Scores Submitted  2
Date Added  Feb 19, 2008
Last Updated  Feb 23, 2008
Tags  fetcher  url 

Introduction

Website title fetcher by Lindrian
Simply paste into remotes and when someone says a URL it will trigger.
(You can't trigger it yourself, since there's no INPUT event.)

Enjoy! :)

Update: made it only trigger once on each website, so if you post the same website 10 times it'll only show info about it once.

Grab the Code

Comments

  (14)  RSS
jonesy44
Comments: 907
 
mIRC Snippet:  URL fetcher
Posted on Feb 19, 2008 12:20 pm
Damn, that\'s a lotta script for a snippet i\'d\'ve thought would\'ve been a lot easier :s
I only found it returned the web title, or am i missing something here?

Nice script overall, sockets aren\'t my *strong* point, but i can see the basics =D


~TH
Lindrian
Comments: 729
 
mIRC Snippet:  URL fetcher
Posted on Feb 19, 2008 12:22 pm
Thats what its supposed to do, return the title of websites.
jonesy44
Comments: 907
 
mIRC Snippet:  URL fetcher
Posted on Feb 19, 2008 12:27 pm
It\'s nice, i like it =D
good for a bot, good job Lindrian


~TH
Lindrian
Comments: 729
 
mIRC Snippet:  URL fetcher
Posted on Feb 19, 2008 12:34 pm
Thanks :)
jonesy44
Comments: 907
 
mIRC Snippet:  URL fetcher
Posted on Feb 19, 2008 12:44 pm
I honestly admire those who know sockets well, they sure as hell are not easy to code, i\'ve just finished a SHOUTcast socket for a radio station, but needed some help ;__; hehe

~TH
Lindrian
Comments: 729
 
mIRC Snippet:  URL fetcher
Posted on Feb 19, 2008 1:38 pm
Updated a little.
Ken
Comments: 8
 
mIRC Snippet:  URL fetcher
Posted on Feb 21, 2008 3:35 pm
This is excellent! I found this to be very useful, and the coding is impressive.

I think you should make it optional between echo and a message. :(
mountaindew
Comments: 1,539
 
mIRC Snippet:  URL fetcher
Posted on Feb 21, 2008 4:01 pm
well, if it\'s an on text, and the bot echoed it, you wouldn\'t be able to see it
Ken
Comments: 8
 
mIRC Snippet:  URL fetcher
Posted on Feb 21, 2008 4:12 pm
I see your point, however, it would be nice to make this for personal use. Also, if this was created for a bot, I think that the author should state that in the introduction. :)
Lindrian
Comments: 729
 
mIRC Snippet:  URL fetcher
Posted on Feb 23, 2008 6:58 am
No score yet :X?
Scakk
Comments: 219
 
mIRC Snippet:  URL fetcher
Posted on Feb 23, 2008 10:46 am
I do like this. Could you possible make it where you need to trigger it instead of it happening whenever someone post a website. If people do not want the title of the website it could be annoying. However if people wish to know the title they could do so by triggering it.

*9/10 from me :)
Lindrian
Comments: 729
 
mIRC Snippet:  URL fetcher
Posted on Feb 23, 2008 11:08 am
You can simply change the on text event to this:
Code:

on *:TEXT:!url *:#: rtc $chan $2


Also updated the code slightly.
Scakk
Comments: 219
 
mIRC Snippet:  URL fetcher
Posted on Feb 23, 2008 11:13 am
Thanks. I knew I could change the on text part but was unsure if it would mess upi the rest of the script or not so I figured it best to ask the creator.

Keep up the good work.
Lindrian
Comments: 729
 
mIRC Snippet:  URL fetcher
Posted on Feb 23, 2008 11:46 am
Thanks :)

Please Register or Login to start posting comments.
Bottom