示例#1
0
func ircHandler(c *irc.Client, m *irc.Message) {
	if m.Command == "001" {
		c.Write("JOIN #12765")
	}
}