Ocean/ICCC/SystemMessages/ICCCGetListeners.go
2015-07-13 10:44:03 +02:00

14 lines
293 B
Go

package SystemMessages
// A message to request the known ICCC listeners.
type ICCCGetListeners struct {
}
// The answer to the listeners request.
type ICCCGetListenersAnswer struct {
Channels []string
Commands []string
IPAddressesPorts []string
Kinds []byte
}