asl

By zainul on Dec 21, 2007

well wat it does is when u typ !addasl it will add and when u typ !asl nick it will show u it will only rite for the persont hat write it

[script by Zainul]
on *:join:#: {
  if ($nick == $me) {
    halt
  }
  if ($readini(asl.ini,$nick,logged) == Active) {
    halt
  }
  notice $nick Type !addasl age/sex/location to set your asl. Type !asl <name> to see some1`s asl. 
}
on *:text:!asl*:#: {
  if ($readini(asl.ini,$2,asl) == $null) {
    halt
  }
  msg $chan $2 is $readini(asl.ini,$2,asl) 
}
on *:text:!addasl*:#: {
  if ($readini(asl.ini,$nick,logged) == Active) { notice $nick u have already added your asl sorry to check it typ !asl $nick
    halt
  }
  if ($readini(asl.ini,$nick,asl) == $null) {  writeini asl.ini $nick asl $2 $3- } 
  writeini asl.ini $nick logged active  
  notice $nick Your asl is set to $readini(asl.ini,$nick,asl)

Comments

Sign in to comment.
HoNdAx707   -  Dec 21, 2007

missed and ending bracket.

 Respond  
MoNoXiDe   -  Dec 21, 2007

that\'s a pretty cool idea :)

 Respond  
guest598594   -  Dec 21, 2007
on *:join:#: {
  if ($nick == $me) {
    halt
  }
  ...

u can do

on !*:join:#:{

( ! = if ($nick != $me) )

 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.