mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
defaultconf: new field: nobot
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
6105dc86d6
commit
406dcecb63
@ -30,6 +30,9 @@ module.exports = {
|
||||
// Use deflate compression for websocket.
|
||||
perMessageDeflate: true,
|
||||
|
||||
// Do not accept bot (This only checks whenever client respond to AUTH)
|
||||
nobot: true,
|
||||
|
||||
// Time before reconnect to relays in milliseconds.
|
||||
reconnect_time: 5000,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user