mIRC Home    About    Download    Register    News    Help

Print Thread
#98821 27/09/04 12:55 AM
Joined: Sep 2004
Posts: 1
S
sdc1213 Offline OP
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Sep 2004
Posts: 1
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.

#98822 27/09/04 12:59 AM
Joined: Sep 2004
Posts: 85
G
Babel fish
Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
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

Last edited by Gameaddix; 27/09/04 01:07 AM.
#98823 27/09/04 04:16 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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


Those who fail history are doomed to repeat it
#98824 27/09/04 08:59 AM
Joined: May 2004
Posts: 132
N
Vogon poet
Offline
Vogon poet
N
Joined: May 2004
Posts: 132
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 #


if ($me != geek) { $life is $false }
else { $life is $true }
NoPleX

Link Copied to Clipboard