示例#1
0
func init() {
	plugin.RegisterCommand("excuse", "PRIVMSG", printExcuse)
}
示例#2
0
func init() {
	plugin.RegisterCommand("status", "PRIVMSG", printStatus)
}