[/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