diff options
-rw-r--r-- | doc/reference.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 8f5d4e4..bb1d4f7 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -980,13 +980,13 @@ general { /* * min_nonwildcard: the minimum non wildcard characters in k/d/g lines * placed via the server. K-lines hand placed are exempt from limits. - * wildcard chars: '.' ':' '*' '?' '@' '!' '#' + * Wildcard chars: '.', ':', '*', '?', '@', '!' */ min_nonwildcard = 4; /* * min_nonwildcard_simple: the minimum non wildcard characters in - * gecos bans. wildcard chars: '*' '?' '#' + * gecos bans. Wildcard chars: '*', '?' */ min_nonwildcard_simple = 3; |