this is adding 1 point every 5 minutes... Here's how you can tell, for future reference.

Code:
$+(.timerpoints.,#,.,$nick) 0 300 add.pts $+(#,.,$nick)

the "300" is 300 seconds. Which is 5 minutes.

Code:
writeini -n Points.ini $1 Points $calc($readini(Points.ini,$1,Points) + 1)

the +1 is the 1 point it's adding.


Also, to get the "code boxes" use ["code"] CODE HERE ["/code"] (just leave out the "" part)