irc-go/client/channels.go
2017-07-24 09:22:22 +10:00

11 lines
172 B
Go

// written by Daniel Oaks <daniel@danieloaks.net>
// released under the ISC license
package gircclient
type channel struct {
Name string
Key string
UseKey bool
}