C# Class SimoBot.HoroscopeFeature

Inheritance: IFeature
Afficher le fichier Open project: code-n-beer/SimoBot

Méthodes publiques

Méthode Description
Execute ( IrcClient Client, string channel, IrcUser Sender, string message ) : void
Initialize ( string>.Dictionary configs ) : void
RegisterFeature ( EngineMessageHandlers features ) : void

Private Methods

Méthode Description
NotImplemented ( IrcClient Client, string channel, IrcUser Sender, string message ) : void
dropHtmlPrecedingHoroscope ( string html, string sign ) : string
dropHtmlTailingHoroscope ( string html ) : string
getDayOfWeek ( ) : int
getHTML ( string sign ) : string
horoscopeHelpMsg ( ) : string
html2Txt ( string horoscope ) : string

Method Details

Execute() public méthode

public Execute ( IrcClient Client, string channel, IrcUser Sender, string message ) : void
Client IrcDotNet.IrcClient
channel string
Sender IrcDotNet.IrcUser
message string
Résultat void

Initialize() public méthode

public Initialize ( string>.Dictionary configs ) : void
configs string>.Dictionary
Résultat void

RegisterFeature() public méthode

public RegisterFeature ( EngineMessageHandlers features ) : void
features EngineMessageHandlers
Résultat void