Disable counter increasing for joins/parts/quits by default
authorDarren <darren@darrenwhitlen.com>
Thu, 17 Jul 2014 08:39:50 +0000 (09:39 +0100)
committerDarren <darren@darrenwhitlen.com>
Thu, 17 Jul 2014 08:39:50 +0000 (09:39 +0100)
config.example.js

index c606b137e1444f1b39c0f0fc1153cc4045aa989e..8dbebe82708513f29e8dcb9b74e8ff1c9b82646d 100644 (file)
@@ -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'
 };