mIRC Homepage
how to send a msg when someone joins a chanel automaticaly ???
To send a PRIVATE message.

On !*:Join:[color:red]#Channel
:{
.msg $nick your message.
}
[/color]

To send a PRIVATE notice.

On !*:Join:[color:red]#Channel
:{
.notice $nick your message.
}
[/color]

Note the . prefixed before 'notice' and 'msg' silence the command so you wont see the msg/notice..

Eamonn.

and just to explain a bit further, the ! means everybody BUT you so if you join, it wont trigger the script
Thanks landonsandor :tongue:
no problem smile Those prefixes took me a while to get down right so I figured Id offer up an explanation so they understood smile
© mIRC Discussion Forums