C# Class SimoBot.ReverseFeature

Inheritance: IFeature
Afficher le fichier Open project: code-n-beer/SimoBot

Méthodes publiques

Méthode Description
Execute ( IrcDotNet client, string channel, IrcDotNet sender, string message ) : void
Initialize ( string>.Dictionary confs ) : void
RegisterFeature ( EngineMessageHandlers features ) : void

Method Details

Execute() public méthode

public Execute ( IrcDotNet client, string channel, IrcDotNet sender, string message ) : void
client IrcDotNet
channel string
sender IrcDotNet
message string
Résultat void

Initialize() public méthode

public Initialize ( string>.Dictionary confs ) : void
confs string>.Dictionary
Résultat void

RegisterFeature() public méthode

public RegisterFeature ( EngineMessageHandlers features ) : void
features EngineMessageHandlers
Résultat void