yea I gotta done some tuning on it to make it moderators only, just trying to figure out some stuff at the moment.

Kinda new to all of this, been a long time since I tried it.

I changed it to 3600 but when I start the bot we still get points every 10 seconds. Do we need to leave and rejoin or do we need to make the bot leave and rejoin? just currently testing everyting out.

Also,

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


trying to figure out how to write the you have 0 points correctly.

Cause when I do the !points reset, it deletes their name from the points.ini file

Last edited by Echosyp; 23/05/14 03:17 AM.