C# Class IrcD.Commands.Pong

Inheritance: CommandBase
Exibir arquivo Open project: FreeApophis/ircddotnet

Public Methods

Method Description
Pong ( IrcDaemon ircDaemon ) : System.Collections.Generic

Protected Methods

Method Description
PrivateHandle ( UserInfo info, List args ) : void
PrivateSend ( CommandArgument commandArgument ) : int

Method Details

Pong() public method

public Pong ( IrcDaemon ircDaemon ) : System.Collections.Generic
ircDaemon IrcDaemon
return System.Collections.Generic

PrivateHandle() protected method

protected PrivateHandle ( UserInfo info, List args ) : void
info UserInfo
args List
return void

PrivateSend() protected method

protected PrivateSend ( CommandArgument commandArgument ) : int
commandArgument IrcD.Commands.Arguments.CommandArgument
return int