Method | Description | |
---|---|---|
Whois ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System |
Initialises a new instance of the Whois class.
|
Method | Description | |
---|---|---|
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler |
The execute command.
|
Method | Description | |
---|---|---|
GetIPAddress ( ) : |
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler | ||
return | Helpmebot.CommandResponseHandler |
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 |