C# Class JabbR.Commands.InviteCommand

Inheritance: JabbR.Commands.UserCommand
Afficher le fichier Open project: ucdavis/JabbR

Méthodes publiques

Méthode Description
Execute ( JabbR.Commands.CommandContext context, JabbR.Commands.CallerContext callerContext, JabbR.Models.ChatUser callingUser, string args ) : void

Method Details

Execute() public méthode

public Execute ( JabbR.Commands.CommandContext context, JabbR.Commands.CallerContext callerContext, JabbR.Models.ChatUser callingUser, string args ) : void
context JabbR.Commands.CommandContext
callerContext JabbR.Commands.CallerContext
callingUser JabbR.Models.ChatUser
args string
Résultat void