ok, so far this is what I have.

Code:
on !*:join:#:{
  $+(.timerpoints.,#,.,$nick) 0 3600 
  add.pts $+(#,.,$nick)
}

on !*:part:#:{
  $+(.timerpoints.,#,.,$nick) off

}


I'm not gaining a point when I join, so I need to see if a new user will gain a point when they join.