C# Class Jad_Bot.IrcCommands.AccountCommands.CreateAccountCommand

Inheritance: Squishy.Irc.Commands.Command
显示文件 Open project: jaddie/WCell-Utility-Bot

Public Methods

Method Description
AddAccount ( CmdTrigger trigger, string username, string password, string userlevel ) : void
CreateAccountCommand ( ) : System
Process ( CmdTrigger trigger ) : void

Method Details

AddAccount() public static method

public static AddAccount ( CmdTrigger trigger, string username, string password, string userlevel ) : void
trigger Squishy.Irc.Commands.CmdTrigger
username string
password string
userlevel string
return void

CreateAccountCommand() public method

public CreateAccountCommand ( ) : System
return System

Process() public method

public Process ( CmdTrigger trigger ) : void
trigger Squishy.Irc.Commands.CmdTrigger
return void