; BLACKLST.TXT - A list of names that are not allowed on the BBS.  If
; someone tries to create an account with one of these names, the BBS
; will hang up on them without explanation.  Once they have an account,
; if they try to change their name to one of these names, it will not
; hang up but will tell them the name is not allowed.  Each line is
; a search pattern that can include the wildcard characters * and ?.
; If the name matches a line that begins with "not", the name will be
; allowed and the rest of the file ignored.  For example, to disallow
; "butt" except in the name "butthead", you could use:
;
;    not butthead    ; In case MTV cartoon guys want to call the BBS.
;    not butt-head
;    *butt*          ; Don't let anyone else have this word in their name.
;
; The search patterns are not case sensitive.  The character ; turns
; the rest of the line into a comment, which is ignored.

*fuck*
*shit*
*asshole*
