C# Class Jad_Bot.IrcCommands.AccountCommands.CreateAccountCommand

Inheritance: Squishy.Irc.Commands.Command
Afficher le fichier Open project: jaddie/WCell-Utility-Bot

Méthodes publiques

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

Method Details

AddAccount() public static méthode

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

CreateAccountCommand() public méthode

public CreateAccountCommand ( ) : System
Résultat System

Process() public méthode

public Process ( CmdTrigger trigger ) : void
trigger Squishy.Irc.Commands.CmdTrigger
Résultat void