PDA

View Full Version : [REQ] A 'Keep You Updated' Script


Kid Twilight
04-27-2004, 11:47 PM
Well I'm not a coder myself but I can come up with ideas atleast.

An idea for a script would be something that would be on the lookout for certain strings on upload. F.x 'Digital' or 'Saturday' Then it would output it to a txt file or copy the file or whatever...

I guess the idea would be to be notified somehow when something arrives on site, u've been looking for, or want to keep updated on...
Dunno if it is useful or anything anyone wanna code - just an idea.

EwarWoo
04-28-2004, 07:09 AM
Easiest way to do that would be a simple mIRC script looking out for announces.
In remotes stick
"on 1:TEXT:*[section]*testing123*:#:/msg $me $nick said $1- in $chan"

then everytime someone says the matching text you will pm yourself with who said it, exactly what they said, and which channel it was said in. If using timestamps also get when said so can read back in channel :)
ie, from a test i did:
[22:06] <*****> EwarWoo said [test] - something.testing123 in #testing123.

You just check you PM's to yourself to see all the matched releases.

Kid Twilight
04-28-2004, 11:17 AM
Yep that would be easy.....but I'm not on IRC :)