mIRC Home    About    Download    Register    News    Help

Print Thread
#124873 12/07/05 06:49 AM
Joined: Jul 2005
Posts: 1
J
Mostly harmless
OP Offline
Mostly harmless
J
Joined: Jul 2005
Posts: 1
Yano how like #steam or what ever #counter-strike.net.. have them bots that auto pm you saying the support info ect.. wonderng if you guys had a script i could paste in so when someone joined the channel it would just automaticly pm him with info or w/e let me know ive seen it before im sure it can be done..

#124874 12/07/05 07:13 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Use the ON JOIN event, see /help ON JOIN.

Example:

on @*:join:#channel:{
.msg $nick Welcome to # $nick $+ !
.msg $nick Please make sure you behave in here!
}


You must be opped for the above to work, also ensure that you change #channel for the channel name, and put it in a new remote file. If you have a bunch of rules to show people when you enter the channel, use the /play command, see /help /play.

Do note, due to the . in front of the /msg command, you will not SEE the messages being sent - but the other person will see it.

Regards,


Mentality/Chris

Link Copied to Clipboard