コード例 #1
0
ファイル: proto.go プロジェクト: bpiraeus/ircb
// onPing handles PING messages.
func onPing(c *proto.Client, m *proto.Message) {
	c.Pong(m.Data)
}