on $*:text:/^!point (on/off)/:#:{ if $nick != YOURNICKHERE { return } if $2 == off { set -e %point.off 1 msg # Points turn off } else { unset %point.off msg # Points turn on } }
alias -l add.pts { if %point.off { return } writeini -n Points.ini $1 Points $calc($readini(Points.ini,$1,Points) + 1) }