Ocean/ICCC/SystemMessages/ICCCListenerUpdate.go

11 lines
213 B
Go
Raw Normal View History

package SystemMessages
// The message to update an listener from ICCC.
type ICCCListenerUpdate struct {
Channel string
Command string
IPAddressPort string
IsActiveNew bool
Kind byte
}