C# 클래스 IrcShark.Connectors.TerminalChatting.NetworksCommand

상속: IrcShark.Extensions.Terminal.TerminalCommand
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

AutoComplete() 공개 메소드

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.
리턴 string[]

Execute() 공개 메소드

Executes the networks command.
public Execute ( ) : void
리턴 void

Init() 공개 메소드

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