C# Class OpenRA.IrcSettings

Show file 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 property

public string Channel
return string

ConnectAutomatically public property

public bool ConnectAutomatically
return bool

Hostname public property

public string[] Hostname
return string[]

Nickname public property

public string Nickname
return string

Port public property

public int Port
return int

QuitMessage public property

public string QuitMessage
return string

TimestampFormat public property

public string TimestampFormat
return string