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.