예제 #1
0
파일: proto.go 프로젝트: bpiraeus/ircb
// onPing handles PING messages.
func onPing(c *proto.Client, m *proto.Message) {
	c.Pong(m.Data)
}