It's actually not any harder to remove, just different MySQL queries. If it's a whole thread I type:
DELETE FROM [database] WHERE subject = '[thread subject]';
If it's individual posts I type:
DELETE FROM [database] WHERE username = 'Spongebob1' OR username = 'stripcreatx0r';
Both take about half a second to process.
The second one is slightly messier because it doesn't kill all the replies of "SHUT THE FUCK UP!!" and "STOP THAT!!" from other users so they all wind up looking like they were yelling about nothing.
Pretty simple and easy to do even when you're trying to get drunk to avoid worrying about your dentist appointment tomorrow.
---
www.bradsucks.net