summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-16 00:07:33 +0100
committerSadie Powell <sadie@witchery.services>2025-04-16 00:07:33 +0100
commit3e696fae0f30e12b13c0e932d022ce4b7427c3c8 (patch)
tree4cc6245d8ec9ee344eef22866204249eebf089fe /data
parentce362854a39c35249f8d2c7bcf27e3d5f9aa9980 (diff)
Reduce the maximum line length from 120 to 100.
This should fit on user screens a bit better.
Diffstat (limited to 'data')
-rw-r--r--data/anope.example.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf
index 64446ed80..4e81cd3c3 100644
--- a/data/anope.example.conf
+++ b/data/anope.example.conf
@@ -495,9 +495,9 @@ options
* NOTE: this currently only applies to tables but will be expanded to all messages
* in a later release.
*
- * Defaults to 120 if not set.
+ * Defaults to 100 if not set.
*/
- linelength = 120
+ linelength = 100
/* The regex engine to use, as provided by the regex modules.
* Leave commented to disable regex matching.