C# Class Internet.RSSChecker

A Function which checks if RSS feeds have updated, and returns a link to the oldest new item if they have.
Inheritance: Function
Mostrar archivo Open project: MatthewCox/MoronBot

Public Properties

Property Type Description
FeedMap Feed>.Dictionary

Public Methods

Method Description
GetResponse ( BotMessage message ) : List
RSSChecker ( ) : System

Method Details

GetResponse() public method

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
return List

RSSChecker() public method

public RSSChecker ( ) : System
return System

Property Details

FeedMap public_oe static_oe property

public static Dictionary FeedMap
return Feed>.Dictionary