C# 클래스 SimoBot.Features.NowPlayingFeature

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

공개 메소드들

메소드 설명
AddNewLastFMNick ( string nickIRC, string lastFMNick ) : void
Execute ( IrcDotNet Client, string Channel, IrcDotNet Sender, string Message ) : void
ExecuteSet ( IrcDotNet Client, string Channel, IrcDotNet Sender, string Message ) : void
Initialize ( string>.Dictionary configs ) : void
RegisterFeature ( EngineMessageHandlers features ) : void
UpdateLastFmNick ( string IRCnick, string lastFMNick ) : void
runNP ( string msg, string senderNick ) : string

비공개 메소드들

메소드 설명
getLastFmNickDictionary ( string filename ) : string>.Dictionary
getNP ( string lastFmUser ) : string
getUrlHtmlContent ( string URL ) : string
runSetLastFm ( string msg, string nick ) : string

메소드 상세

AddNewLastFMNick() 공개 메소드

public AddNewLastFMNick ( string nickIRC, string lastFMNick ) : void
nickIRC string
lastFMNick string
리턴 void

Execute() 공개 메소드

public Execute ( IrcDotNet Client, string Channel, IrcDotNet Sender, string Message ) : void
Client IrcDotNet
Channel string
Sender IrcDotNet
Message string
리턴 void

ExecuteSet() 공개 메소드

public ExecuteSet ( IrcDotNet Client, string Channel, IrcDotNet Sender, string Message ) : void
Client IrcDotNet
Channel string
Sender IrcDotNet
Message string
리턴 void

Initialize() 공개 메소드

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

RegisterFeature() 공개 메소드

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

UpdateLastFmNick() 공개 메소드

public UpdateLastFmNick ( string IRCnick, string lastFMNick ) : void
IRCnick string
lastFMNick string
리턴 void

runNP() 공개 메소드

public runNP ( string msg, string senderNick ) : string
msg string
senderNick string
리턴 string