summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-03-21 19:16:48 +0000
committerSadie Powell <sadie@witchery.services>2025-03-22 07:33:02 +0000
commitecbf53ba6c8d95b9da138307ee772adb87ec4f1d (patch)
treeaada9fa659f929752d60f4665177d90fb963b376 /data
parent6d72fd67d8bc33a1aaf6e14c74374bc04e0abe7e (diff)
Allow customising the length at which lines are wrapped after.
Closes #485.
Diffstat (limited to 'data')
-rw-r--r--data/anope.example.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf
index 653de1b61..62f13b6a4 100644
--- a/data/anope.example.conf
+++ b/data/anope.example.conf
@@ -479,6 +479,18 @@ options
*/
didyoumeandifference = 4
+ /*
+ * If set, the maximum number of bytes after which to wrap services messages. This
+ * can be set a bit higher than the default but should be well under the maximum
+ * message length imposed by your IRC server or messages will end up truncated.
+ *
+ * NOTE: this currently only applies to tables but will be expanded to all messages
+ * in a later release.
+ *
+ * Defaults to 120 if not set.
+ */
+ linelength = 120
+
/* The regex engine to use, as provided by the regex modules.
* Leave commented to disable regex matching.
*