summaryrefslogtreecommitdiffstats
path: root/config-default/channels.json
diff options
context:
space:
mode:
Diffstat (limited to 'config-default/channels.json')
-rw-r--r--config-default/channels.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/config-default/channels.json b/config-default/channels.json
new file mode 100644
index 0000000..8f911ce
--- /dev/null
+++ b/config-default/channels.json
@@ -0,0 +1,19 @@
+{
+ "channel" : {
+ "#antispammeta" : {
+ "hilights" : {},
+ "msgs" : {}
+ },
+ "default" : {
+ "hilights" : {}
+ },
+ "master" : {
+ "hilights" : {},
+ "msgs" : {
+ "debug" : [
+ "#antispammeta"
+ ]
+ }
+ }
+ }
+}