C# Class IrcD.Commands.Join

Inheritance: CommandBase
Afficher le fichier Open project: FreeApophis/ircddotnet

Méthodes publiques

Méthode Description
Join ( IrcDaemon ircDaemon ) : System.Collections.Generic

Méthodes protégées

Méthode Description
PrivateSend ( CommandArgument commandArgument ) : int

Private Methods

Méthode Description
PartAll ( UserInfo info ) : void
PrivateHandle ( UserInfo info, List args ) : void
SendTopic ( UserInfo info, ChannelInfo chan ) : void

Method Details

Join() public méthode

public Join ( IrcDaemon ircDaemon ) : System.Collections.Generic
ircDaemon IrcDaemon
Résultat System.Collections.Generic

PrivateSend() protected méthode

protected PrivateSend ( CommandArgument commandArgument ) : int
commandArgument IrcD.Commands.Arguments.CommandArgument
Résultat int