C# Class IrcShark.Connectors.TerminalChatting.NetworksCommand

Inheritance: IrcShark.Extensions.Terminal.TerminalCommand
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
AutoComplete ( CommandCall call, int paramIndex ) : string[]

Autocompletes networknames on deletion of networks.

Execute ( ) : void

Executes the networks command.

Init ( TerminalExtension terminal ) : void

Initializes the NetworksCommand.

Private Methods

Méthode Description
AddNetwork ( string paramList ) : void

Adds a new network to the networ configuration.

DeleteNetwork ( string paramList ) : void

Removes a network from the configuration.

ListNetworks ( ) : void

Shows a list of all networks.

Method Details

AutoComplete() public méthode

Autocompletes networknames on deletion of networks.
public AutoComplete ( CommandCall call, int paramIndex ) : string[]
call IrcShark.Extensions.Terminal.CommandCall The current line.
paramIndex int The parameter where the cursor stand on.
Résultat string[]

Execute() public méthode

Executes the networks command.
public Execute ( ) : void
Résultat void

Init() public méthode

Initializes the NetworksCommand.
public Init ( TerminalExtension terminal ) : void
terminal IrcShark.Extensions.Terminal.TerminalExtension The terminal to create the command for.
Résultat void