C# Class Hatman.Triggers.Reorder

Inheritance: ITrigger
Show file Open project: ArcticEcho/Hatman

Public Methods

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

Private Methods

Method Description
ParseCommandArgs ( string content ) : List
PrintCommandListReply ( ChatExchangeDotNet.Message m, ChatExchangeDotNet.Room r ) : void

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