projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fadc87
)
Disable counter increasing for joins/parts/quits by default
author
Darren
<darren@darrenwhitlen.com>
Thu, 17 Jul 2014 08:39:50 +0000
(09:39 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Thu, 17 Jul 2014 08:39:50 +0000
(09:39 +0100)
config.example.js
patch
|
blob
|
blame
|
history
diff --git
a/config.example.js
b/config.example.js
index c606b137e1444f1b39c0f0fc1153cc4045aa989e..8dbebe82708513f29e8dcb9b74e8ff1c9b82646d 100644
(file)
--- 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:
tru
e
+ count_all_activity:
fals
e
},
window_title: 'Kiwi IRC'
};