-.-Personal Info-.-

By SL on Jun 27, 2004

Well its allso 1 of my bot scripts...

To use copy to u'r bot...then join with another copy of mIRC ( 1 without the script in its remote ) then join the same server and room as the 1 with the script... then type !s.pi and the script will do the rest...oh and comment on the script wont do you harm... :)

enjoy

;Coded : SL
;server : irc.4everlost.co.za
;room : irc.4everlost.co.za
;webpage : http://slchat.50megs.com/Home.htm
on 1:text:!s.pi:#: {
  set %p.ia on
  set %p.in $nick
  msg $nick 7,0Welcome to the add personal information...to add u'r asl type 6.spa age/sex/location
  timer78 1 300 set %p.ia off
  timer79 1 300 unset %p.in
}
on 1:text:.spa*:?: {
  if (%p.ia == on) {
    if ($nick == %p.in) {
      /writeini -n personalinfo.ini $nick asl $2-
      msg $nick 10,0You're asl is now set to $2-
      msg $nick 7,0So now lets set the email, to do this type the following here 6.spe email addy 4NOTE This is optional if you dont wanna add it just type Private in the e-mail's place
    }
    if ($nick != %p.in) { Msg $nick 7,0Sorry You are not the one to set at this time please wait and try again later }
  }
  if (%p.ia == off) { Msg $nick 10,0Sorry The Personal Info system is not active }
}
on 1:text:.spe*:?: {
  if (%p.ia == on) {
    if ($nick == %p.in) {
      /writeini -n personalinfo.ini $nick e-mail $2-
      msg $nick 10,0You're Email ad have been set to $2-
      msg $nick 7,0So now lets set the WebAdres,to do this type the following here 6.spw and the webpage's adress in here 4If you dont have any just use None in the webpage'es adress place
    }
    if ($nick != %p.in) { Msg $nick 7,0Sorry You are not the one to set at this time please wait and try again later }
  }
  if (%p.ia == off) { Msg $nick 10,0Sorry The Personal Info system is not active }
}
on 1:text:.spw*:?: {
  if (%p.ia == on) {
    if ($nick == %p.in) {
      /writeini -n personalinfo.ini $nick URL $2-
      msg $nick 10,0You're WebAdress ad have been set to $2-
      msg $nick 7,0Thanx for using $me $+ 's Personal Info script...you can view someone else's personal info with 6!p.i and there nickname
      set %p.ia off
    }
    if ($nick != %p.in) { Msg $nick 7,0Sorry You are not the one to set at this time please wait and try again later }
  }
  if (%p.ia == off) { Msg $nick 10,0Sorry The Personal Info system is not active }
}
on 1:text:!p.i*:#: {
  if ($2 != $null) {
    set %p.oa $readini(personalinfo.ini, $$2, asl)
    set %p.oe $readini(personalinfo.ini, $$2, e-mail)
    set %p.ow $readini(personalinfo.ini, $$2, URL)
    msg $nick 7,0This is the Personal Info Script...you chose to view10 $2 $+ 's 7Personal Info...to set you're own just type the following in the channel 6!s.pi
    if (%p.oa != $null) { msg $nick 10,0Asl0,0.......7: 6 %p.oa }
    if (%p.oa == $null) { msg $nick 10,0Asl0,0.......7: 6 Not Set }
    if (%p.oe != $null) { msg $nick 10,0Email0,0.....7: 6 %p.oe }
    if (%p.oe == $null) { msg $nick 10,0Email0,0.....7: 6 Not Set }
    if (%p.ow != $null) { msg $nick 10,0WebAdress0,0.7: 6 %p.ow }
    if (%p.ow == $null) { msg $nick 10,0WebAdress0,0.7: 6 Not Set }
  }
  if ($2 == $null) { msg $nick 7,0Sorry $nick you have to use the command as follows 10!p.i and the persons nickname u wanna view }
}

Comments

Sign in to comment.
sarkar112   -  Nov 24, 2004

i dont like ur script alot

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.