Ocean/ICCC/SystemMessages/ICCCRegisterListener.go
2015-07-10 14:36:47 +02:00

10 lines
332 B
Go

package SystemMessages
// The message to register an listener to ICCC.
type ICCCRegisterListener struct {
Channel string // The channel for the provided command
Command string // The provided command
IsActive bool // Is the command active?
IPAddressPort string // The IP address and port for the end-point
}