Author Topic: another invite script.  (Read 94 times)

Madp

  • Community Leader
  • Newbie
  • ******
  • Posts: 3
  • Reputation +1/-0
    • View Profile
another invite script.
« on: February 09, 2011, 01:31:20 pm »
Code: [Select]
on *:TEXT:!invite *:#:{
  if ($2 ison $3) { msg # they're already here! }
  elseif ($2 !ison $network) { msg # they arent connected! }
  else {
    msg $2 you have been invited to $3 with the message $+ : $$4-
  }
}

-Jane: Added code box, Please don't forget to add it next time.
« Last Edit: February 09, 2011, 01:39:14 pm by Jane »

Share on Bluesky Share on Facebook


Jane

  • Management
  • Full
  • *******
  • Posts: 130
  • Reputation +1/-0
  • mIRC Scripters
    • View Profile
Re: another invite script.
« Reply #1 on: February 09, 2011, 01:39:59 pm »
Simple and nice, :)