C# Class SimoBot.Features.CompoundWordFeature

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 configs ) : void
RegisterFeature ( EngineMessageHandlers features ) : void

Private Methods

Méthode Description
getCompoundWord ( int length = 3, int depth ) : string
getCompoundWord ( string word, int depth ) : string
loadWords ( string>.Dictionary configs ) : List

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 configs ) : void
configs string>.Dictionary
Résultat void

RegisterFeature() public méthode

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