C# Class OpenRA.IrcSettings

Exibir arquivo Open project: herbertkb/Swummary

Public Properties

Property Type Description
Channel string
ConnectAutomatically bool
Hostname string[]
Nickname string
Port int
QuitMessage string
TimestampFormat string

Property Details

Channel public_oe property

public string Channel
return string

ConnectAutomatically public_oe property

public bool ConnectAutomatically
return bool

Hostname public_oe property

public string[] Hostname
return string[]

Nickname public_oe property

public string Nickname
return string

Port public_oe property

public int Port
return int

QuitMessage public_oe property

public string QuitMessage
return string

TimestampFormat public_oe property

public string TimestampFormat
return string