C# Class Bot.Plugins.Base.Commands.NowPlaying

Inheritance: Bot.Core.Commands.Command
Show file Open project: Crobol/Bot

Public Methods

Method Description
Execute ( IrcEventArgs e ) : IEnumerable

Protected Methods

Method Description
FetchNowPlayingInfo ( string lastfmUsername ) : string

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

Private Methods

Method Description
NowPlaying ( [ store ) : System

Method Details

Execute() public method

public Execute ( IrcEventArgs e ) : IEnumerable
e Meebey.SmartIrc4net.IrcEventArgs
return IEnumerable

FetchNowPlayingInfo() protected method

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
return string