Hello !
(sorry for my english...)
I made a IRC script to say "Welcome !" in the chatbox, but, everybody can read the message on the server...
I would like to this message say only at the person who is connecting
my script it :
on *:SIGNAL:mta.join: {
mta.text $1 Welcome !
}
i have think of it:
on *:SIGNAL:mta.join: {
mta.pm $1 $2 Welcome !
}
but, that code doesn't march
What is the code for sending a PM at the only person who is connecting on the server??
Thanks