summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-07 12:27:45 +0100
committerSadie Powell <sadie@witchery.services>2025-04-07 12:27:45 +0100
commit40d558ef21a438bf1dff9ac522cd852166fc4c44 (patch)
tree24924f0a44364115042d4b52e476862a16057ce2 /data
parente1224ac4864d822d49ea8ecddca38d72f429c767 (diff)
Make the length of confirmation codes configurable.
Diffstat (limited to 'data')
-rw-r--r--data/anope.example.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf
index 21f245272..4eb10e7f2 100644
--- a/data/anope.example.conf
+++ b/data/anope.example.conf
@@ -480,6 +480,14 @@ options
didyoumeandifference = 4
/*
+ * The length of codes used for confirming actions like dropping a channel or a
+ * nickname.
+ *
+ * Defaults to 15 if not set.
+ */
+ codelength = 15
+
+ /*
* 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.