Change this
Quote:
on !*:join:#:{
$+(.timerpoints.,#,.,$nick) 0 300 add.pts $+(#,.,$nick)
add.pts $+(#,.,$nick)
}

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