Example #1
0
func init() {
	plotbot.RegisterPlugin(&Bugger{})
}
Example #2
0
func init() {
	plotbot.RegisterPlugin(&Deployer{})
}
Example #3
0
func init() {
	plotbot.RegisterPlugin(&Vote{
		runningVotes: make(map[string][]vote),
	})
}
Example #4
0
func init() {
	plotbot.RegisterPlugin(&Webapp{})
}
Example #5
0
func init() {
	plotbot.RegisterPlugin(&PlotBerry{})
}
Example #6
0
func init() {
	plotbot.RegisterPlugin(&OAuthPlugin{})
	gob.Register(&slack.User{})
}
Example #7
0
func init() {
	plotbot.RegisterPlugin(&Hooker{})
}
Example #8
0
func init() {
	plotbot.RegisterPlugin(&Standup{})
}
Example #9
0
func init() {
	plotbot.RegisterPlugin(&Totw{})
}
Example #10
0
func init() {
	plotbot.RegisterPlugin(&Healthy{})
}
Example #11
0
func init() {
	plotbot.RegisterPlugin(&Mooder{})
}
Example #12
0
func init() {
	plotbot.RegisterPlugin(&TabulaRasa{})
}
Example #13
0
func init() {
	plotbot.RegisterPlugin(&Funny{})
}