From 0ff54fffb5c6da08c52c79a9ae182455f5d2c389 Mon Sep 17 00:00:00 2001 From: TehPeGaSuS <25697531+TehPeGaSuS@users.noreply.github.com> Date: Tue, 5 May 2026 17:49:16 +0200 Subject: [PATCH] Change notifyServerBuffers setting to true --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 91a23a6..c57379d 100644 --- a/config.js +++ b/config.js @@ -19,7 +19,7 @@ window.CATHODE_CONFIG = { // notifyServerBuffers: false — suppress notifications from IRC server buffers // (type=server). Set to false if your server buffers are set to // "notify none" in WeeChat. Default: true (don't suppress). - notifyServerBuffers: false, + notifyServerBuffers: true, // ── Upload backend ──────────────────────────────────────────────────────── // 'none' — disable file upload entirely (default)