C# Class IrcD.Commands.Part

Inheritance: CommandBase
Mostrar archivo Open project: FreeApophis/ircddotnet

Public Methods

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

Protected Methods

Method Description
PrivateSend ( CommandArgument commandArgument ) : int

Private Methods

Method Description
PrivateHandle ( UserInfo info, List args ) : void

Method Details

Part() public method

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

PrivateSend() protected method

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