1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 12:03:13 +02:00

Allow customising the length at which lines are wrapped after.

Closes #485.
This commit is contained in:
Sadie Powell
2025-03-21 19:16:48 +00:00
parent 6d72fd67d8
commit ecbf53ba6c
2 changed files with 15 additions and 2 deletions
+12
View File
@@ -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.
*