C# Class Hatman.Triggers.HiBye

Inheritance: ITrigger
Show file Open project: ArcticEcho/Hatman

Public Properties

Property Type Description
hiPhrases string[]

Public Methods

Method Description
AttachEvents ( ChatEventRouter router ) : void
HandleEvent ( object sender, ChatEventArgs e ) : bool

Method Details

AttachEvents() public method

public AttachEvents ( ChatEventRouter router ) : void
router ChatEventRouter
return void

HandleEvent() public method

public HandleEvent ( object sender, ChatEventArgs e ) : bool
sender object
e ChatEventArgs
return bool

Property Details

hiPhrases public property

public string[] hiPhrases
return string[]