C# Class helpmebot6.Commands.Whois

The whois.
Inheritance: helpmebot6.Commands.GenericCommand
Mostrar archivo Open project: helpmebot/helpmebot

Public Methods

Method Description
Whois ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System

Initialises a new instance of the Whois class.

Protected Methods

Method Description
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

The execute command.

Private Methods

Method Description
GetIPAddress ( ) : IPAddress

Method Details

ExecuteCommand() protected method

The execute command.
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
return Helpmebot.CommandResponseHandler

Whois() public method

Initialises a new instance of the Whois class.
public Whois ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The command Service Helper. ///
return System