Untested, but this should work... If not, let me know and I'll figure it out.

Code:
on *:text:!pointcheck *:#:{
if ($nick isop #) {
if ((%floodpointcheck) || ($($+(%,floodpointcheck.,$2),2))) { return }
set -u10 %floodpointcheck On
set -u30 %floodpointcheck. $+ $nick On 
msg # $2 has $readini(Points.ini,$+(#,.,$2),Points) total points. 
}
if ($nick !isop #) {
    msg $chan $nick -> You don't have permission to do that. Sorry.
  }
}

Last edited by Bramzee; 28/04/14 11:44 PM.