aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Robby2019-03-07 06:20:19 +0100
committerGravatar Peter Powell2019-03-07 10:48:54 +0000
commit4be144252bf894e6a964a12d7dbc12f91ced908b (patch)
tree96c6f0afc4217cbb59f592ea2b70a33e30214645 /docs
parentReject client-to-client tags with no name. (diff)
Add missing '>' to an example connect tag.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/inspircd.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index 7a4148413..e3f3185d5 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -216,7 +216,7 @@
# -- It is important to note that connect tags are read from the -- #
# TOP DOWN. This means that you should have more specific deny #
# and allow tags at the top, progressively more general, followed #
-# by a <connect allow="*" (should you wish to have one). #
+# by a <connect allow="*"> (should you wish to have one). #
# #
# Connect blocks are searched twice for each user - once when the TCP #
# connection is accepted, and once when the user completes their #