Beispiel #1
0
func init() {
	finch.RegisterCommand(&printerfactCommand{})
}
Beispiel #2
0
func init() {
	finch.RegisterCommand(&minecraftCommand{})
}
Beispiel #3
0
func init() {
	finch.RegisterCommand(&countdownCommand{})
}
Beispiel #4
0
func init() {
	finch.RegisterCommand(&selectionList{})
}
Beispiel #5
0
func init() {
	finch.RegisterCommand(&infoCommand{})
}
func init() {
	finch.RegisterCommand(&createSelection{})
}
Beispiel #7
0
func init() {
	finch.RegisterCommand(&infoCollector{})
	finch.RegisterCommand(&infoCommand{})
	userMessages = make(UserMessageCount)
}
Beispiel #8
0
func init() {
	finch.RegisterCommand(&cancelCommand{})
}
Beispiel #9
0
func init() {
	finch.RegisterCommand(&selectItem{})
}
Beispiel #10
0
func init() {
	finch.RegisterCommand(&countItems{})
}
Beispiel #11
0
func init() {
	finch.RegisterCommand(&endSelection{})
}
Beispiel #12
0
func init() {
	finch.RegisterCommand(&start{})
}
Beispiel #13
0
func init() {
	finch.RegisterCommand(&helpCommand{})
}