C# Class Jad_Bot.IrcCommands.AccountCommands.LoginCommand

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

Public Methods

Method Description
Login ( CmdTrigger trigger, string username, string password ) : void
LoginCommand ( ) : System
Process ( CmdTrigger trigger ) : void

Method Details

Login() public static method

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

LoginCommand() public method

public LoginCommand ( ) : System
return System

Process() public method

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