Skip to content
Snippets Groups Projects
Verified Commit acef277b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Log joined channels

parent ad0cb076
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ func main() {
}
}
for name := range channels {
fmt.Printf("Joining %s\n", name)
c.Cmd.Join(name)
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment