Esempio n. 1
0
func init() {
	finch.RegisterCommand(&printerfactCommand{})
}
Esempio n. 2
0
func init() {
	finch.RegisterCommand(&minecraftCommand{})
}
Esempio n. 3
0
func init() {
	finch.RegisterCommand(&countdownCommand{})
}
Esempio n. 4
0
func init() {
	finch.RegisterCommand(&selectionList{})
}
Esempio n. 5
0
File: info.go Progetto: Syfaro/finch
func init() {
	finch.RegisterCommand(&infoCommand{})
}
Esempio n. 6
0
func init() {
	finch.RegisterCommand(&createSelection{})
}
Esempio n. 7
0
func init() {
	finch.RegisterCommand(&infoCollector{})
	finch.RegisterCommand(&infoCommand{})
	userMessages = make(UserMessageCount)
}
Esempio n. 8
0
func init() {
	finch.RegisterCommand(&cancelCommand{})
}
Esempio n. 9
0
func init() {
	finch.RegisterCommand(&selectItem{})
}
Esempio n. 10
0
func init() {
	finch.RegisterCommand(&countItems{})
}
Esempio n. 11
0
func init() {
	finch.RegisterCommand(&endSelection{})
}
Esempio n. 12
0
func init() {
	finch.RegisterCommand(&start{})
}
Esempio n. 13
0
File: help.go Progetto: Syfaro/finch
func init() {
	finch.RegisterCommand(&helpCommand{})
}