C# Class SimoBot.Features.SalkkaritFeature

Inheritance: IFeature
Show file Open project: code-n-beer/SimoBot

Public Methods

Method Description
Execute ( IrcDotNet client, string channel, IrcDotNet sender, string message ) : void
Initialize ( string>.Dictionary configs ) : void
RegisterFeature ( EngineMessageHandlers features ) : void

Private Methods

Method Description
ReadLines ( System reader ) : void
ReadSalkkariFile ( string fileName ) : void

Method Details

Execute() public method

public Execute ( IrcDotNet client, string channel, IrcDotNet sender, string message ) : void
client IrcDotNet
channel string
sender IrcDotNet
message string
return void

Initialize() public method

public Initialize ( string>.Dictionary configs ) : void
configs string>.Dictionary
return void

RegisterFeature() public method

public RegisterFeature ( EngineMessageHandlers features ) : void
features EngineMessageHandlers
return void