It wont work for me. Following is the exact remote.ini file:

;raw 200:*:haltdef
;raw 262:*:haltdef
raw 205:*: { %vname = $4 | haltdef }

;on ^*:JOIN:#: {
!trace $nick
/msg $nick Hello %vname and welcome! Today is $date (dd/mm/yyyy) and the time is $time (CST).
}
; this is my original script, but the trace was lagging? and it is showing the previous traced user.

on *:JOIN:#: {
if (($nick == $me) || ($eval($+(%,didtrace.,$nick),2))) return
set -eu60 $+(%,didtrace.,$nick) $true
!trace $nick
/msg $nick Hello %vname and welcome! Today is $date (dd/mm/yyyy) and the time is $time (CST).
}


It appears that it isn't even getting passed the flood protection, as I'm not even seeing the raw 200 or raw 262, which are servers and trace end.


I registered; you should too.