10 lines
193 B
Go
10 lines
193 B
Go
|
package SystemMessages
|
||
|
|
||
|
// The message to update an listener from ICCC.
|
||
|
type ICCCListenerUpdate struct {
|
||
|
Channel string
|
||
|
Command string
|
||
|
IPAddressPort string
|
||
|
IsActiveNew bool
|
||
|
}
|