summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authoralex2019-06-28 18:54:32 +0100
committeralex2019-06-28 18:54:32 +0100
commit62144ce8a1b71cdaeac5bc946d1e735299729b16 (patch)
tree0cbd8118b743b5b26c351d6c070a3c910a066d72 /main.go
parent3b9233307acfc32414ec982cca2cf72471ac4d50 (diff)
downloadwatbot-62144ce8a1b71cdaeac5bc946d1e735299729b16.tar.gz
watbot-62144ce8a1b71cdaeac5bc946d1e735299729b16.tar.bz2
watbot-62144ce8a1b71cdaeac5bc946d1e735299729b16.zip
fixes #7
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0370b6d..e83f017 100644
--- a/main.go
+++ b/main.go
@@ -21,7 +21,7 @@ func main() {
watConfig := wat.WatConfig{
PermittedChannels: []string{
"##wat",
- //"##test",
+ "##test",
"##sweden",
"##freedom",
},