#clonedetect on
on *:join:*:{
if ($nick == $me) return
if (!$read(users.txt,w,* $+ $address($nick,1) $+ *)) {
write users.txt $address($nick,1) $nick
privmsg $chan S \rTahoma;0 First time here $nick (![]()
}
else {
if ($nick == $me) return
if ($read(users.txt,s, $address($nick,1)) != $nick) {
privmsg $chan S \rTahoma;0 Time For A Name Change $nick ... Or Should I Say $ifmatch ![]()
write -l $+ $readn users.txt $address($nick,1) $nick
}
else {
privmsg $chan S \rTahoma;0 Hey $nick Welcome Back ![]()
}
}
}
clonedetect end
}
;--- End of script
-----------------------------------------------------------------------------------------------
my question is there a way instead of msg # ...i want to add it in my script like as a gatekeeper on join it records them.....but i want it to open another window on my script showing me ,instead of telling the room What There Lastnick was......... and help will do thanks