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