If you get an error like "rc_timestamp must appear in the GROUP BY clause or be used in an aggregate function", then change line 104 of BanPests.php to
'GROUP BY' => 'rc_namespace, rc_title, rc_timestamp'
instead of
'GROUP BY' => 'rc_namespace, rc_title'.