using IRCTokens; namespace IRCRobots { public class SentLine { public int Id { get; set; } public SendPriority Priority { get; set; } public Line Line { get; set; } } }