mIRC Homepage
Posted By: sdc1213 I want to make a bot - 27/09/04 12:55 AM
Hi, I was wondering if you guys could tell me how to set a bot up/script it to say what I want to like msg everyone that comes into my channel because I'm in a COD United Offensive clan and I wanted to do it for scrimmages
thanks.
Posted By: Gameaddix Re: I want to make a bot - 27/09/04 12:59 AM
Code:
on *:join:#chan: /msg $nick message


just replace chan, with the name of your channel and message with whatever you want it to say.

although that will open it in another window, if you want it to tell the person who joins a message, but in the main screen to were only they can see it, change /msg, to /notice
Posted By: landonsandor Re: I want to make a bot - 27/09/04 04:16 AM
Just as a side note, if you DONT want it to trigger when YOU join your own channel, you can use the ! prefix like so:

Code:
on !*:join:#chan:/msg $nick message
Posted By: NoPleX Re: I want to make a bot - 27/09/04 08:59 AM
I often close pm messages so you can use this insted:
Code:
on *:join:[color:red]#[/color]:{
.notice $nick $chan Welcome to my channel.
}


put your channel at the red #
© mIRC Discussion Forums