C# Class RohBot.Commands.Broadcast

Inheritance: Command
显示文件 Open project: Rohansi/RohBot

Public Methods

Method Description
Format ( CommandTarget target, string type ) : string
Handle ( CommandTarget target, string type, string parameters ) : void

Method Details

Format() public method

public Format ( CommandTarget target, string type ) : string
target CommandTarget
type string
return string

Handle() public method

public Handle ( CommandTarget target, string type, string parameters ) : void
target CommandTarget
type string
parameters string
return void