C# 클래스 SimoBot.HoroscopeFeature

상속: IFeature
파일 보기 프로젝트 열기: code-n-beer/SimoBot

공개 메소드들

메소드 설명
Execute ( IrcClient Client, string channel, IrcUser Sender, string message ) : void
Initialize ( string>.Dictionary configs ) : void
RegisterFeature ( EngineMessageHandlers features ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Execute() 공개 메소드

public Execute ( IrcClient Client, string channel, IrcUser Sender, string message ) : void
Client IrcDotNet.IrcClient
channel string
Sender IrcDotNet.IrcUser
message string
리턴 void

Initialize() 공개 메소드

public Initialize ( string>.Dictionary configs ) : void
configs string>.Dictionary
리턴 void

RegisterFeature() 공개 메소드

public RegisterFeature ( EngineMessageHandlers features ) : void
features EngineMessageHandlers
리턴 void