diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-10 11:55:33 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-10 12:48:13 +0000 |
commit | 0ff170c6716b5aa4c5d7a03a83c1513f7d990234 (patch) | |
tree | a059f884ef7db0d7c606da919f692fb9123d5586 /data | |
parent | ea0d5c4d70990108c00275818e767f0158dab655 (diff) |
Add a config option for disabling the i8 XML-RPC extension.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index b645693cb..bbe14d5ee 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -812,8 +812,12 @@ module * By default Anope will use some extended XML-RPC types. If your XML-RPC * client can not handle these you will need to disable them. * + * If i8 is disabled a string will be used for values outside of the range + * supported by the 32-bit int data type. + * * If nil is disabled an empty struct will be used instead. */ + #enable_i8 = no #enable_nil = no } |