You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep track of the channel list and detect differences. When a channel is added/removed/renamed we should get some kind of notice in the #hubot channel. A really quick and dirty version could use https://godoc.org/github.com/google/go-cmp/cmp#Diff on a slice/map of channels.
The text was updated successfully, but these errors were encountered:
Keep track of the channel list and detect differences. When a channel is added/removed/renamed we should get some kind of notice in the #hubot channel. A really quick and dirty version could use https://godoc.org/github.com/google/go-cmp/cmp#Diff on a slice/map of channels.
The text was updated successfully, but these errors were encountered: