quoting`momostr.pink` just nuked my relay with 75,942 deletion request.
nevent1q…m4d2
I used this SQL to count them
```
SELECT COUNT(*)
FROM event
WHERE content LIKE '%pink.momostr%'
AND kind = 5;
```
And this to delete them
```
DELETE FROM event
WHERE content LIKE '%pink.momostr%'
AND kind = 5;
```
fiatjaf on Nostr: Nostr relay wars: ...
Nostr relay wars: