C# Class RohBot.Commands.Broadcast

Inheritance: Command
Afficher le fichier Open project: Rohansi/RohBot

Méthodes publiques

Méthode Description
Format ( CommandTarget target, string type ) : string
Handle ( CommandTarget target, string type, string parameters ) : void

Method Details

Format() public méthode

public Format ( CommandTarget target, string type ) : string
target CommandTarget
type string
Résultat string

Handle() public méthode

public Handle ( CommandTarget target, string type, string parameters ) : void
target CommandTarget
type string
parameters string
Résultat void