modules: draft/event-playback — record JOIN/PART/QUIT/NICK/MODE/TOPIC/KICK into CHATHISTORY, replayed only for cap clients (event_playback config, default on)
This commit is contained in:
parent
9dcc269f45
commit
6bb8ccd8ee
8 changed files with 179 additions and 19 deletions
|
|
@ -181,6 +181,8 @@ limits {
|
|||
# multiline_maxlines 24; # draft/multiline: max lines
|
||||
# chathistory_limit 256; # CHATHISTORY messages kept per conversation
|
||||
# chathistory_maxage 604800; # max age (secs) a client may request (7 days)
|
||||
# event_playback yes; # record JOIN/PART/QUIT/NICK/MODE/TOPIC/KICK into
|
||||
# # history for draft/event-playback clients (no = off)
|
||||
# dccallow_maxentries 20; # /DCCALLOW list entries per user
|
||||
# http_max_concurrent 32; # in-flight outbound HTTP requests (API modules)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue