Ocean/ICCC/SystemMessages/ICCCListenerUpdate.go

10 lines
193 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
}