Skip to content

Commit

Permalink
Undocument some settings that were removed in v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Oct 8, 2024
1 parent 2b40fe6 commit 3e92210
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions docs/4/modules/chanhistory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,7 +36,6 @@ configuration:
example: |-
```xml
<chanhistory bots="yes"
enableumode="yes"
maxduration="4w"
maxlines="50"
prefixmsg="yes">
Expand Down
15 changes: 0 additions & 15 deletions docs/4/modules/noctcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<noctcp>` 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
<noctcp enableumode="yes">
```
- name: class
description: |-
This module extends [the core `<class:privs>` field](/{{ version }}/configuration#class) with the following values:
Expand Down

0 comments on commit 3e92210

Please sign in to comment.