diff --git a/docs/4/modules/chanhistory.yml b/docs/4/modules/chanhistory.yml index 99c31e1d..9831f51d 100644 --- a/docs/4/modules/chanhistory.yml +++ b/docs/4/modules/chanhistory.yml @@ -14,12 +14,6 @@ configuration: default: 'Yes' description: |- Whether users with the bot user mode (+B) will receive history. - - name: enableumode - type: Boolean - required: false - default: 'No' - description: |- - Whether user mode `N` (nohistory) is enabled. You must restart after changing this setting for it to be applied. - name: maxduration type: Duration required: false @@ -42,7 +36,6 @@ configuration: example: |- ```xml diff --git a/docs/4/modules/noctcp.yml b/docs/4/modules/noctcp.yml index 0cd5edfc..28518050 100644 --- a/docs/4/modules/noctcp.yml +++ b/docs/4/modules/noctcp.yml @@ -4,21 +4,6 @@ description: |- This module adds channel mode `C` (noctcp) which allows channels to block messages which contain CTCPs and user mode `T` (u_noctcp) which allows users to block private messages that contain CTCPs. configuration: -- name: noctcp - description: |- - The `` tag defines settings about how the noctcp module should behave. This tag can only be defined once. - attributes: - - name: enableumode - type: Boolean - 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. - details: "" - example: |- - ```xml - - ``` - name: class description: |- This module extends [the core `` field](/{{ version }}/configuration#class) with the following values: