Browse Source

Fix example config

tags/v0.3.0
Sam Steele 7 years ago
parent
commit
7bdfc30f3e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      examples/irccat.json

+ 2
- 2
examples/irccat.json View File

@@ -8,9 +8,9 @@
8 8
     "tls_key": "",
9 9
     "tls_cert": "",
10 10
     "listeners": {
11
-      "grafana": "#channel"
11
+      "grafana": "#channel",
12 12
       "github-releases": {
13
-	    "irccat": "#irccat-dev"
13
+	    "irccat": "#irccat-dev",
14 14
 	    "go": "#go-nuts"
15 15
 	  }
16 16
     }

Loading…
Cancel
Save