Browse Source

Merge pull request #1113 from slingamn/issue1112

shorten recommended message length limits, fixes #1112
tags/v2.2.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
65b8f9a167
No account linked to committer's email address
2 changed files with 6 additions and 6 deletions
  1. 3
    3
      conventional.yaml
  2. 3
    3
      oragono.yaml

+ 3
- 3
conventional.yaml View File

@@ -717,13 +717,13 @@ limits:
717 717
     channellen: 64
718 718
 
719 719
     # awaylen is the maximum length of an away message
720
-    awaylen: 500
720
+    awaylen: 390
721 721
 
722 722
     # kicklen is the maximum length of a kick message
723
-    kicklen: 1000
723
+    kicklen: 390
724 724
 
725 725
     # topiclen is the maximum length of a channel topic
726
-    topiclen: 1000
726
+    topiclen: 390
727 727
 
728 728
     # maximum number of monitor entries a client can have
729 729
     monitor-entries: 100

+ 3
- 3
oragono.yaml View File

@@ -743,13 +743,13 @@ limits:
743 743
     channellen: 64
744 744
 
745 745
     # awaylen is the maximum length of an away message
746
-    awaylen: 500
746
+    awaylen: 390
747 747
 
748 748
     # kicklen is the maximum length of a kick message
749
-    kicklen: 1000
749
+    kicklen: 390
750 750
 
751 751
     # topiclen is the maximum length of a channel topic
752
-    topiclen: 1000
752
+    topiclen: 390
753 753
 
754 754
     # maximum number of monitor entries a client can have
755 755
     monitor-entries: 100

Loading…
Cancel
Save