C# Class IrcD.Commands.Join

Inheritance: CommandBase
Exibir arquivo Open project: FreeApophis/ircddotnet

Public Methods

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

Protected Methods

Method Description
PrivateSend ( CommandArgument commandArgument ) : int

Private Methods

Method Description
PartAll ( UserInfo info ) : void
PrivateHandle ( UserInfo info, List args ) : void
SendTopic ( UserInfo info, ChannelInfo chan ) : void

Method Details

Join() public method

public Join ( 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