Skip to content

Commit

Permalink
Update book with chathistory enable/disable in server configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
andymandias committed Nov 21, 2024
1 parent 6ff2069 commit 4da02c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions book/src/configuration/servers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,12 @@ Example: `["Foo", "Bar"]`
- **values**: array of any strings
- **default**: not set

## `chathistory`

Whether or not to enable [IRCv3 Chat History](https://ircv3.net/specs/extensions/chathistory) (if it is supported by the server).

- **type**: boolean
- **values**: `true`, `false`
- **default**: `true`

[^1]: Shell expansions (e.g. `"~/"``"/home/user/"`) are not supported in path strings.

0 comments on commit 4da02c8

Please sign in to comment.