C# Class Jabbot.Sprockets.Community.WeatherSprocket

Port of the Hubot weather.coffee script
Inheritance: Jabbot.Core.Sprockets.RegexSprocket
Afficher le fichier Open project: rbwestmoreland/Jabbot

Méthodes publiques

Méthode Description
Handle ( IPrivateMessage message, IJabbrClient jabbrClient ) : void
Handle ( IRoomMessage message, IJabbrClient jabbrClient ) : void

Private Methods

Méthode Description
GetWeather ( string location ) : string

Method Details

Handle() public méthode

public Handle ( IPrivateMessage message, IJabbrClient jabbrClient ) : void
message IPrivateMessage
jabbrClient IJabbrClient
Résultat void

Handle() public méthode

public Handle ( IRoomMessage message, IJabbrClient jabbrClient ) : void
message IRoomMessage
jabbrClient IJabbrClient
Résultat void