C# 클래스 Bot.Plugins.Base.Commands.NowPlaying

상속: Bot.Core.Commands.Command
파일 보기 프로젝트 열기: Crobol/Bot

공개 메소드들

메소드 설명
Execute ( IrcEventArgs e ) : IEnumerable

보호된 메소드들

메소드 설명
FetchNowPlayingInfo ( string lastfmUsername ) : string

Fetches and parses the Now Playing information from http://last.fm/user/

비공개 메소드들

메소드 설명
NowPlaying ( [ store ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( IrcEventArgs e ) : IEnumerable
e Meebey.SmartIrc4net.IrcEventArgs
리턴 IEnumerable

FetchNowPlayingInfo() 보호된 메소드

Fetches and parses the Now Playing information from http://last.fm/user/
protected FetchNowPlayingInfo ( string lastfmUsername ) : string
lastfmUsername string Last.fm username to fetch from
리턴 string