Originally Posted By: Echosyp
One last thing, my !points on and !points off command don't work unless I add the alias -l to the part of the code when someone leaves.


on !*:part:#:$+(.timerpoints.,#,.,$nick) off
alias -l add.pts {
writeini -n Points.ini $1 Points $calc($readini(Points.ini,$1,Points) + 1) <<<If I don't have this typed in !points on and !points off don't work.
}

That happens because what you provide here doesnt check %point.off. Also i see you have 2 add.pts aliases in your remote. One on the top of the remote, and other what you provide here. You can remove this one.