C# Class IrcD.Commands.Quit

Inheritance: CommandBase
Mostrar archivo Open project: FreeApophis/ircddotnet

Public Methods

Method Description
Quit ( 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

PrivateSend() protected method

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

Quit() public method

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