From 95aafbc9511cd52f1633845b7813c0aaffada094 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 4 Jun 2020 10:18:35 -0400 Subject: [PATCH] shorten recommended message length limits, fixes #1112 --- conventional.yaml | 6 +++--- oragono.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conventional.yaml b/conventional.yaml index fe3e5bbb..174ebe9e 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -702,13 +702,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 diff --git a/oragono.yaml b/oragono.yaml index 36ff46cf..63000d69 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -728,13 +728,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