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

Inheritance: Bot.Core.Commands.Command
Afficher le fichier Open project: Crobol/Bot

Méthodes publiques

Méthode Description
Execute ( IrcEventArgs e ) : IEnumerable

Méthodes protégées

Méthode Description
FetchNowPlayingInfo ( string lastfmUsername ) : string

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

Private Methods

Méthode Description
NowPlaying ( [ store ) : System

Method Details

Execute() public méthode

public Execute ( IrcEventArgs e ) : IEnumerable
e Meebey.SmartIrc4net.IrcEventArgs
Résultat IEnumerable

FetchNowPlayingInfo() protected méthode

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
Résultat string