anonircd/channel.go

11 lines
109 B
Go

package main
type Channel struct {
Entity
clients map[string]int
topic string
topictime int64
}