From ee0c95984c1d17a87c3a870530dade57f8e82360 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 14 May 2013 15:55:36 +0000 Subject: - Update reference.conf git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2027 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 4 ++-- 1 file 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; -- cgit