diff options
| author | 2023-06-03 18:59:11 +0100 | |
|---|---|---|
| committer | 2023-06-03 18:59:41 +0100 | |
| commit | ca2c063febb5aa9e7a754c6a807333b4d21e4e6b (patch) | |
| tree | ce77874b7e80b5569b8205113e67f9aaef42a67e /docs | |
| parent | Fix calling c_str() for parameters that can take a std::string. (diff) | |
Remove docs for a config option that was removed in v4.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.conf.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index fd94525b2..bb6b1273d 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -406,10 +406,6 @@ # # # bots - Whether to send channel history to bots. Defaults to yes. # # # -# enableumode - Whether to enable the +N user mode which allows users # -# to opt-out of receiving channel history. Defaults to # -# no. # -# # # maxlines - The maximum number of lines of chat history to send to a # # joining users. Defaults to 50. # # # @@ -421,7 +417,6 @@ # yes. # # # #<chanhistory bots="yes" -# enableumode="yes" # maxduration="4w" # maxlines="50" # prefixmsg="yes"> |
