mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2004
Posts: 3
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Jun 2004
Posts: 3
how to send a msg when someone joins a chanel automaticaly ???

Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
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.


Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
and just to explain a bit further, the ! means everybody BUT you so if you join, it wont trigger the script


Those who fail history are doomed to repeat it
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Thanks landonsandor :tongue:

Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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


Those who fail history are doomed to repeat it

Link Copied to Clipboard