Yeah, that attachment thing really is a pain, they have nothing to do with moderating (not sure why it's even logged by vB in the first place), so I just made this simple edit:
Find:
Code:
WHERE moderatorlog.userid>0 $cybmodstats_staffonly $cybmodstats_exclgroups $cybmodstats_timeperiod
and change to:
Code:
WHERE moderatorlog.userid>0 AND moderatorlog.type != 12 $cybmodstats_staffonly $cybmodstats_exclgroups $cybmodstats_timeperiod
Thanks for the mod, will be interesting in future (when I haven't just recently pruned all the logs).