tx.search.mrc
Platform: mIRC
Published Jan 02, 2006
Updated Jan 14, 2006
just do one of the following
.torrent FILENAME
.xdcc Filename
(mainly designed for those who have socket bots to do there dirty work) but fo rthose of you WHO want to run it off yourselves - I have updated the script with on *:INPUT: as well as the on *:TEXT:
;torrent/xdcc search script
;by Rizzla & Ryu
;enjoy
;tx.search.mrc v1
on *:TEXT:.torrent *:#:{
.msg # [mininova]: http://www.mininova.org/search/?search= $+ $$2-
.msg # [torrentspy]: http://ts.searching.com/search.asp?h=&query= $+ $$2-
.msg # [bt bot]: http://www.btbot.com/search.bt?q= $+ $$2-
.msg # [torrentz]: http://www.torrentz.com/search_ $+ $$2-
}
on *:TEXT:.xdcc *:#:{
.msg # [ircspy]: http://www.ircspy.com/search.asp?searchtext= $+ $replace($2-, $chr(32), +) $+ &searchtype=xdcc&db=
.msg # [xdccspy]: http://www.mydownloader.com/search.asp?searchstring= $+ $replace($2-, $chr(32), +) $+ submit=xdcc+search
.msg # [packetnews]: http://www.packetnews.com/search.php?type=0&kw= $+ $replace($2-, $chr(32), +)
}
;Edited For Those Of You Who Want It To Run Off Yerself!
on *:INPUT:.torrent *:#:{
.msg # [mininova]: http://www.mininova.org/search/?search= $+ $$2-
.msg # [torrentspy]: http://ts.searching.com/search.asp?h=&query= $+ $$2-
.msg # [bt bot]: http://www.btbot.com/search.bt?q= $+ $$2-
.msg # [torrentz]: http://www.torrentz.com/search_ $+ $$2-
}
on *:INPUT:.xdcc *:#:{
.msg # [ircspy]: http://www.ircspy.com/search.asp?searchtext= $+ $replace($2-, $chr(32), +) $+ &searchtype=xdcc&db=
.msg # [xdccspy]: http://www.mydownloader.com/search.asp?searchstring= $+ $replace($2-, $chr(32), +) $+ submit=xdcc+search
.msg # [packetnews]: http://www.packetnews.com/search.php?type=0&kw= $+ $replace($2-, $chr(32), +)
}