1
0
Fork 0
forked from External/ergo

make MaxLineLen configurable

This commit is contained in:
Shivaram Lingamneni 2021-05-24 00:38:47 -04:00
parent 297f2af827
commit 7c5a8f2013
7 changed files with 30 additions and 5 deletions

View file

@ -360,6 +360,11 @@ server:
# e.g., `NickServ!NickServ@localhost`. uncomment this to override:
#override-services-hostname: "example.network"
# in a "closed-loop" system where you control the server and all the clients,
# you may want to increase the maximum (non-tag) length of an IRC line from
# the default value of 512. do not do this on a public server:
# max-line-len: 512
# account options
accounts:
# is account authentication enabled, i.e., can users log into existing accounts?