diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-14 15:55:36 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-14 15:55:36 +0000 |
commit | ee0c95984c1d17a87c3a870530dade57f8e82360 (patch) | |
tree | 403aebea1ee052811070acff4aa432c3c3a776ab /doc | |
parent | b0897845288dcce0fedc5f26dd370a2b01468d03 (diff) |
- Update reference.conf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2027 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-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; |