Changed Nick detector

By WorldDMT on May 16, 2009

that code detect the changed nicks

like a clonnes detector

detect join nick that was his nick before or if join nick is clone for other one

on *:start:{ hmake hostnick | if ($exists(hostnick.data)) hload hostnick hostnick.data }
on *:exit:if $hget(hostnick) { hsave hostnick hostnick.data | hfree hostnick }
on *:join:#:{
  var %n $hget(hostnick,$wildsite)
  if ((%n) && (%n != $nick)) echo 7 # $v2 is $v1
  else hadd -m hostnick $wildsite $nick
}

Comments

Sign in to comment.
montague   -  Mar 28, 2010

cool stuff.. 7/10 rate and +1 like from me :D

 Respond  
WorldDMT   -  Aug 09, 2009

tnx Cracker200

 Respond  
Cracker200   -  Aug 08, 2009

I like I like it alot

 Respond  
WorldDMT   -  May 19, 2009

tnx eyiezinc :)

 Respond  
eyiezinc   -  May 18, 2009

nice little snippet!!

 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.