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