From 141a00e74731968419f7fb662dc02571cf8a822c Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 17 Jul 2014 09:39:50 +0100 Subject: [PATCH] Disable counter increasing for joins/parts/quits by default --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index c606b13..8dbebe8 100644 --- a/config.example.js +++ b/config.example.js @@ -190,7 +190,7 @@ conf.client = { use_24_hour_timestamps: true, mute_sounds: false, show_emoticons: true, - count_all_activity: true + count_all_activity: false }, window_title: 'Kiwi IRC' }; -- 2.25.1