mIRC Homepage
Posted By: DragoCZ url script - 11/10/04 10:07 AM
i curious if someone can help me, i am an operator on a quakenet channel, i generally run cheat scan on people playing counter strike and condition zero
when they come into the channel for the scan i have to cut the url from one channel and paste it into a private chat for the user to download, i was looking for a script which allowed me to make this process easier
something like !scan or /scan which would bring up 'hi, thank for coming in, could you download and run this please - http://cheatscanurl' in private chat

but i cant find anything anywhere, i know nothing of mirc scripts and hoping some kind person could help me here

TIA
DragoCZ
Posted By: eendje Re: url script - 11/10/04 10:10 AM
[/code]
on *:TEXT:!scan:#yourchannel{ .notice $nick 'hi, thank for coming in, could you download and run this please - http://cheatscanurl' }
[/code]
this would notice the nick (notice = priv msg but without queyr popup), 'hi, thank for coming in, could you download and run this please - http://cheatscanurl'


also you could do it directly when the nick joins your channel with

[/code]
on *:Join:#yourchannel:{ .notice $nick 'hi, thank for coming in, could you download and run this please - http://cheatscanurl' }
[/code]
Posted By: DragoCZ Re: url script - 11/10/04 10:19 AM
thank you for the quick reply, but like i said, i know nothing about mirc scripts, where does it go? remote, popups, etc

and would this bring it up in the private conversation we are having if i did it?

TIA
DragoCZ
Posted By: sparta Re: url script - 11/10/04 11:21 AM
press ALT + R in your mirc, then if you run a script, create a "new" file and paste it there, if you dont run any scripts, then just paste it in the file you see..

and no, a notice is somthing that only the user you notice see.. and by add

.notice $nick

the notice is hidden for you too.. the "." dot makes it invisible..
but the the user get it.. i think its realy anoying to see all messages that going out from my script "auto" so i allways hide them with the dot wink hope this help you
© mIRC Discussion Forums