mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-16 21:50:39 +01:00
shorten recommended message length limits, fixes #1112
This commit is contained in:
parent
4044a02dce
commit
95aafbc951
@ -702,13 +702,13 @@ limits:
|
|||||||
channellen: 64
|
channellen: 64
|
||||||
|
|
||||||
# awaylen is the maximum length of an away message
|
# awaylen is the maximum length of an away message
|
||||||
awaylen: 500
|
awaylen: 390
|
||||||
|
|
||||||
# kicklen is the maximum length of a kick message
|
# kicklen is the maximum length of a kick message
|
||||||
kicklen: 1000
|
kicklen: 390
|
||||||
|
|
||||||
# topiclen is the maximum length of a channel topic
|
# topiclen is the maximum length of a channel topic
|
||||||
topiclen: 1000
|
topiclen: 390
|
||||||
|
|
||||||
# maximum number of monitor entries a client can have
|
# maximum number of monitor entries a client can have
|
||||||
monitor-entries: 100
|
monitor-entries: 100
|
||||||
|
@ -728,13 +728,13 @@ limits:
|
|||||||
channellen: 64
|
channellen: 64
|
||||||
|
|
||||||
# awaylen is the maximum length of an away message
|
# awaylen is the maximum length of an away message
|
||||||
awaylen: 500
|
awaylen: 390
|
||||||
|
|
||||||
# kicklen is the maximum length of a kick message
|
# kicklen is the maximum length of a kick message
|
||||||
kicklen: 1000
|
kicklen: 390
|
||||||
|
|
||||||
# topiclen is the maximum length of a channel topic
|
# topiclen is the maximum length of a channel topic
|
||||||
topiclen: 1000
|
topiclen: 390
|
||||||
|
|
||||||
# maximum number of monitor entries a client can have
|
# maximum number of monitor entries a client can have
|
||||||
monitor-entries: 100
|
monitor-entries: 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user