mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Merge pull request #1113 from slingamn/issue1112
shorten recommended message length limits, fixes #1112
This commit is contained in:
commit
65b8f9a167
2 changed files with 6 additions and 6 deletions
|
|
@ -717,13 +717,13 @@ limits:
|
|||
channellen: 64
|
||||
|
||||
# awaylen is the maximum length of an away message
|
||||
awaylen: 500
|
||||
awaylen: 390
|
||||
|
||||
# kicklen is the maximum length of a kick message
|
||||
kicklen: 1000
|
||||
kicklen: 390
|
||||
|
||||
# topiclen is the maximum length of a channel topic
|
||||
topiclen: 1000
|
||||
topiclen: 390
|
||||
|
||||
# maximum number of monitor entries a client can have
|
||||
monitor-entries: 100
|
||||
|
|
|
|||
|
|
@ -743,13 +743,13 @@ limits:
|
|||
channellen: 64
|
||||
|
||||
# awaylen is the maximum length of an away message
|
||||
awaylen: 500
|
||||
awaylen: 390
|
||||
|
||||
# kicklen is the maximum length of a kick message
|
||||
kicklen: 1000
|
||||
kicklen: 390
|
||||
|
||||
# topiclen is the maximum length of a channel topic
|
||||
topiclen: 1000
|
||||
topiclen: 390
|
||||
|
||||
# maximum number of monitor entries a client can have
|
||||
monitor-entries: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue