Ghost-writer commented on a Page, Host; Saves and returns  -  Oct 24, 2009

AHH WATCH AS I 5 LINE THIS CODE!!!

menu * {
  Hosts:/run pop.txt 
}

on *:TEXT:Shost*&:#:{
  if $read(pop.txt, s, $2-) = $null { /notice $nick Sorry i have not saved that person yet wait for them to speak :) }
  else { /notice $nick $2- Address is : $read(pop.txt, s, $2-) }

}

on *:TEXT:*:#:{
  if $read(pop.txt, s, $nick) = $null { /write pop.txt $nick $address($nick,1) }
  else { /echo $nick has been saved before }
  echo Saved $nick Address $address
}

NOW WATCH AS I SHOOT MY MAGIC!

menu * {
  Hosts:/run pop.txt 
}
on *:TEXT:Shost*&:#:{
  .notice $nick $iif(!$read(pop.txt, s, $2-)),Sorry i have not saved that person yet wait for them to speak :D,$2- address is : $read(pop.txt, s, $2-) }

on *:TEXT:*:#:{
  if (!$read(pop.txt, s, $nick)) { .write pop.txt $nick $address($nick,1) | echo $nick $+ 's address has been added. }
}

No idea why you would wanna echo flood yourself everytime somone talks tho :\

 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.