Show Posts

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.


Messages - Madp

Pages: [1]
1
Off topic / Re: Say something about the user above you.
« on: February 22, 2011, 05:44:10 pm »
person above is Jaaaaane

2
mIRC Code Snippets / 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.

Pages: [1]