From ccfad2a78a7acd4959f0ca47dde25394e033c9dc Mon Sep 17 00:00:00 2001 From: Kufat Date: Mon, 16 Feb 2026 19:51:35 -0500 Subject: [PATCH 1/2] Clarify that changing enableumode only requires a module reload, not a server restart. --- docs/3/modules/chanhistory.yml | 2 +- docs/3/modules/deaf.yml | 2 +- docs/3/modules/noctcp.yml | 2 +- docs/3/modules/override.yml | 2 +- docs/3/modules/sslmodes.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/3/modules/chanhistory.yml b/docs/3/modules/chanhistory.yml index 3b0bcb3c0..8efdd6f9f 100644 --- a/docs/3/modules/chanhistory.yml +++ b/docs/3/modules/chanhistory.yml @@ -20,7 +20,7 @@ configuration: default: 'No' added: 3.9.0 description: |- - Whether user mode `N` (nohistory) is enabled. You must restart after changing this setting for it to be applied. + Whether user mode `N` (nohistory) is enabled. You must reload this module after changing this setting for it to be applied. Channel history will be lost. - name: maxlines type: Number required: false diff --git a/docs/3/modules/deaf.yml b/docs/3/modules/deaf.yml index 22955127b..d36338067 100644 --- a/docs/3/modules/deaf.yml +++ b/docs/3/modules/deaf.yml @@ -25,7 +25,7 @@ configuration: required: false default: 'No' description: |- - Whether user mode `D` (privdeaf) is enabled. You must restart after changing this setting for it to be applied. + Whether user mode `D` (privdeaf) is enabled. You must reload this module after changing this setting for it to be applied. - name: privdeafuline type: Boolean required: false diff --git a/docs/3/modules/noctcp.yml b/docs/3/modules/noctcp.yml index 8d6e5cbc8..0bc427ae5 100644 --- a/docs/3/modules/noctcp.yml +++ b/docs/3/modules/noctcp.yml @@ -13,7 +13,7 @@ configuration: required: false default: 'No' description: |- - Whether user mode `T` (u_noctcp) is enabled. You must restart after changing this setting for it to be applied. + Whether user mode `T` (u_noctcp) is enabled. You must reload this module after changing this setting for it to be applied. details: "" example: |- ```xml diff --git a/docs/3/modules/override.yml b/docs/3/modules/override.yml index 5b2607bbb..256042115 100644 --- a/docs/3/modules/override.yml +++ b/docs/3/modules/override.yml @@ -52,7 +52,7 @@ configuration: required: false default: 'No' description: |- - Whether user mode `O` (override) needs to be enabled to override a restriction. You must restart after changing this setting for it to be applied. + Whether user mode `O` (override) needs to be enabled to override a restriction. You must reload this module after changing this setting for it to be applied. - name: noisy type: Boolean required: false diff --git a/docs/3/modules/sslmodes.yml b/docs/3/modules/sslmodes.yml index eb864fda6..9cf067d6a 100644 --- a/docs/3/modules/sslmodes.yml +++ b/docs/3/modules/sslmodes.yml @@ -13,7 +13,7 @@ configuration: required: false default: 'No' description: |- - Whether user mode `z` (sslqueries) is enabled. You must restart after changing this setting for it to be applied. + Whether user mode `z` (sslqueries) is enabled. You must reload this module after changing this setting for it to be applied. details: "" example: |- ```xml From e1ae447f691d1be44df6ab35cb68f0c612c0f25f Mon Sep 17 00:00:00 2001 From: Kufat Date: Tue, 17 Feb 2026 12:08:08 -0500 Subject: [PATCH 2/2] Change wording to prevent inconsistency across network --- docs/3/modules/chanhistory.yml | 2 +- docs/3/modules/deaf.yml | 2 +- docs/3/modules/noctcp.yml | 2 +- docs/3/modules/override.yml | 2 +- docs/3/modules/sslmodes.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/3/modules/chanhistory.yml b/docs/3/modules/chanhistory.yml index 8efdd6f9f..f4d036d94 100644 --- a/docs/3/modules/chanhistory.yml +++ b/docs/3/modules/chanhistory.yml @@ -20,7 +20,7 @@ configuration: default: 'No' added: 3.9.0 description: |- - Whether user mode `N` (nohistory) is enabled. You must reload this module after changing this setting for it to be applied. Channel history will be lost. + Whether user mode `N` (nohistory) is enabled. You must restart or globally reload this module after changing this setting for it to be applied. Channel history will be lost. - name: maxlines type: Number required: false diff --git a/docs/3/modules/deaf.yml b/docs/3/modules/deaf.yml index d36338067..53c42d455 100644 --- a/docs/3/modules/deaf.yml +++ b/docs/3/modules/deaf.yml @@ -25,7 +25,7 @@ configuration: required: false default: 'No' description: |- - Whether user mode `D` (privdeaf) is enabled. You must reload this module after changing this setting for it to be applied. + Whether user mode `D` (privdeaf) is enabled. You must restart or globally reload this module after changing this setting for it to be applied. - name: privdeafuline type: Boolean required: false diff --git a/docs/3/modules/noctcp.yml b/docs/3/modules/noctcp.yml index 0bc427ae5..b42b257c4 100644 --- a/docs/3/modules/noctcp.yml +++ b/docs/3/modules/noctcp.yml @@ -13,7 +13,7 @@ configuration: required: false default: 'No' description: |- - Whether user mode `T` (u_noctcp) is enabled. You must reload this module after changing this setting for it to be applied. + Whether user mode `T` (u_noctcp) is enabled. You must restart or globally reload this module after changing this setting for it to be applied. details: "" example: |- ```xml diff --git a/docs/3/modules/override.yml b/docs/3/modules/override.yml index 256042115..801333566 100644 --- a/docs/3/modules/override.yml +++ b/docs/3/modules/override.yml @@ -52,7 +52,7 @@ configuration: required: false default: 'No' description: |- - Whether user mode `O` (override) needs to be enabled to override a restriction. You must reload this module after changing this setting for it to be applied. + Whether user mode `O` (override) needs to be enabled to override a restriction. You must restart or globally reload this module after changing this setting for it to be applied. - name: noisy type: Boolean required: false diff --git a/docs/3/modules/sslmodes.yml b/docs/3/modules/sslmodes.yml index 9cf067d6a..ecae2b2d5 100644 --- a/docs/3/modules/sslmodes.yml +++ b/docs/3/modules/sslmodes.yml @@ -13,7 +13,7 @@ configuration: required: false default: 'No' description: |- - Whether user mode `z` (sslqueries) is enabled. You must reload this module after changing this setting for it to be applied. + Whether user mode `z` (sslqueries) is enabled. You must restart or globally reload this module after changing this setting for it to be applied. details: "" example: |- ```xml