This is untested... Let me know if it works or not. If not I'll do a little debugging wink

Just do !points nickhere

Code:
on *:text:!points *:#:{
if ((%floodpoints) || ($($+(%,floodpoints.,$2),2))) { return }
set -u10 %floodpoints On
set -u30 %floodpoints. $+ $nick On 
msg # $2 has $readini(Points.ini,$+(#,.,$2),Points) total points. 
}

Last edited by Bramzee; 28/04/14 10:40 PM.