forked from External/ergo
make MaxLineLen configurable
This commit is contained in:
parent
297f2af827
commit
7c5a8f2013
7 changed files with 30 additions and 5 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue