#clonedetect on
on *:join:*:{
if (!$window(@clonecheck)) { window -knO @clonecheck -1 -1 600 200 }
if ($nick == $me) return
if (!$read(users.txt,w,* $+ $address($nick,1) $+ *)) {
write users.txt $address($nick,1) $nick
echo $color(own) -ti2 @clonecheck First time here $nick
}
else {
if ($nick == $me) return
if ($read(users.txt,s, $address($nick,1)) != $nick) {
echo $color(own) -ti2 @clonecheck Time For A Name Change $nick ... Or Should I Say $ifmatch
write -l $+ $readn users.txt $address($nick,1) $nick
}
else {
echo $color(own) -ti2 @clonecheck Hey $nick Welcome Back
}
}
}
clonedetect end
}
;--- End of script
-------------------------------------------------------------------------------------
ok this is the clone checker i use that ozzy fixed so i can read users in a seprate window........ok is there any way i can make it read there actual nick in decode like this ±MRÃÊVIØÚ§±™ instead of this ±MRÃ?ÊVIØÚ§±™ <-- thats what my script reads ok one more problem....Time For A Name Change >Demon_Deacons ... Or Should I Say <--??? nothing any help will do thanks