>>1549988 (lb)
Re: regex filtering name field – use regular expression (regexp):
^(?![Aa]nonymous$|Q$)
to allow only "Anonymous", "anonymous" & "Q" in name field.
In case you want to discard "anonymous" fags as well, use:
^(?!Anonymous$|Q$)
to allow only "Anonymous" & "Q".
Ebot appears to be gone by now >>1550048 , and myself never filter, but maybe some anons find this better than the other solutions.