on *:text:!pointcheck:#:{
if ((%floodpointcheck) || ($($+(%,floodpointcheck.,$nick),2))) { return }
set -u10 %floodpointcheck On
set -u30 %floodpointcheck. $+ $nick On
msg # $nick you have $readini(Points.ini,$+(#propertv,.,$nick),Points) total points.
}
on *:text:!pointcheck *:#:{
if ((%floodcheck) || ($($+(%,floodcheck.,$2),2))) { return }
set -u1 %floodcheck On
set -u5 %floodcheck. $+ $nick On
msg # $2 has $readini(Points.ini,$+(#,.,$2),Points) total points.
}