C# Class JabbR.Commands.CreateCommand

Inheritance: JabbR.Commands.UserCommand
ファイルを表示 Open project: ucdavis/JabbR

Public Methods

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

Method Details

Execute() public method

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
return void