Jump to content

chrislabricole

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by chrislabricole

  1. Sorry, i don't understand your english, I'm french, i speak little english.... Could you give me a code that works ? please Thanks
  2. on *:SIGNAL:mta.join:{ mta.pm $1 $2 Welcome $mta.nick($1,$2) $+ ! } so, this code doesn't work.... but.... what's the "$+" in code ????? Thanks for your helping !
  3. no, when i say "individual message", i mean that send un PM at the guys who is connecting... so on *:SIGNAL:mta.join: { mta.pm $1 $2 Welcome $mta.nick($1,$2) ! } I would like that send "Welcome !" at only the person who is joining (PM at guys) Thanks ! ^^
  4. 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
×
×
  • Create New...