summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2019-03-07 06:20:19 +0100
committerPeter Powell <petpow@saberuk.com>2019-03-07 10:48:54 +0000
commit4be144252bf894e6a964a12d7dbc12f91ced908b (patch)
tree96c6f0afc4217cbb59f592ea2b70a33e30214645
parent3a68e05d9a30ed18cebf80f81258a9fb0ba67a0c (diff)
Add missing '>' to an example connect tag.
-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 #