1
Off topic / Re: Say something about the user above you.
« on: February 22, 2011, 05:44:10 pm »
person above is Jaaaaane
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
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-
}
}