Top

Changed Nick detector


mIRC Code
+ 1 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  May 16, 2009
Last Updated  Jun 28, 2009
Tags  changed  detector  nick 

Description

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

Grab the Code

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

  (4)  RSS
eyiezinc
Comments: 44
 
mIRC Snippet:  Changed Nick detector
Posted on May 18, 2009 1:28 pm
nice little snippet!!
WorldDMT
Comments: 173
 
mIRC Snippet:  Changed Nick detector
Posted on May 19, 2009 3:46 am
tnx eyiezinc :)
Cracker200
Comments: 273
 
mIRC Snippet:  Changed Nick detector
Posted on Aug 8, 2009 10:32 am
I like I like it alot
WorldDMT
Comments: 173
 
mIRC Snippet:  Changed Nick detector
Posted on Aug 9, 2009 4:27 pm
tnx Cracker200

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  

Bottom