; when user leaves channel, tell bot to turn off timer.
on !*:part:#:$+(.timerpoints.,#,.,$nick) off
; this is an alias
alias -l add.pts {
; tell bot to add point and write it to ini file
writeini -n Points.ini $1 Points $calc($readini(Points.ini,$1,Points) + 1)
; then call substract.pts alias to do whatever substract.pts want to do in its alias.
subtract.pts $+(#,.,$nick)
}
; you dont have substract.pts alias in remote, but you calling it in add.pts alias.
; this will result unknown command in your status window