From 21d7f1641392f978ca50d46aeac689f32cce1d02 Mon Sep 17 00:00:00 2001 From: Kethsar Date: Tue, 21 Mar 2023 19:08:51 -0700 Subject: [PATCH] Fix missed expansion of the option --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 7e4705aa..1fe888d0 100644 --- a/src/config.js +++ b/src/config.js @@ -71,7 +71,7 @@ var defaults = { "max-channels-per-user": 5, "max-accounts-per-ip": 5, "guest-login-delay": 60, - "max-chat-msg-length": 320, + "max-chat-message-length": 320, aliases: { "purge-interval": 3600000, "max-age": 2592000000