Someone wanted one that tells them of new users or a clone in whisper so what I did was modify one of Gewns old codes (she said I could use it) & try to help the guy out, problem is I cant get it to write to the notepad can someone help pls.
raw whisper:*:{
if (!$read(Lists/querylist.txt,w,* $+ $address($nick,1) $+ *)) {
write Lists/querylist.txt $address($nick,1) $nick
.echo $active 0[ 8New Query 0- 9 $nick 0]
}
else {
if ($read(Lists/querylist.txt,s, $address($nick,1)) != $nick) {
.echo $active 0[ 9Clone Detected. 4 $nick 8is 9 $ifmatch 0]
write -l $+ $readn Lists/querylist.txt $address($nick,1) $nick
}
else {
.echo $active 0[8Return Query 0- 9 $nick 0]
}
}
}