mIRC Home    About    Download    Register    News    Help

Print Thread
#100248 11/10/04 10:07 AM
Joined: Oct 2004
Posts: 2
D
DragoCZ Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Oct 2004
Posts: 2
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

#100249 11/10/04 10:10 AM
Joined: Apr 2003
Posts: 42
E
Ameglian cow
Offline
Ameglian cow
E
Joined: Apr 2003
Posts: 42
[/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]


---
signatures own
#100250 11/10/04 10:19 AM
Joined: Oct 2004
Posts: 2
D
DragoCZ Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Oct 2004
Posts: 2
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

#100251 11/10/04 11:21 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
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


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard