ircsharp/IRCRobots/STSPolicy.cs

11 lines
229 B
C#

namespace IRCRobots
{
public class STSPolicy
{
public int Created { get; set; }
public int Port { get; set; }
public int Duration { get; set; }
public bool Preload { get; set; }
}
}