Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Jane
« on: February 09, 2011, 01:39:59 pm »

Simple and nice, :)
Posted by: Madp
« 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.