2016-11-20, 02:23 PM
First you'd want to hook to moderation_purgespammer_purge. Next you'll want to use SQL to get the info you seek from the mybb_posts table. That will get you a uid, username, title, message, ip ( if you have logging enabled. ). You can do a join to the mybb_users table to get the email address of the user. I suggest joining using the uid column of both tables.