C# Class ChatEngine.Program

Program class for ChatEngine
Show file Open project: CellAO/CellAO-NightPredator

Public Properties

Property Type Description
ISCom CellAO.Communication.ISComV2Server.ISComV2Server
Ircbot Chatengine.Relay.RelayBot

Private Methods

Method Description
CommandLoop ( string args ) : void

Initialize ( ) : bool

InitializeConsoleCommands ( ) : bool

InitializeISCom ( ) : bool

InitializeLogAndBug ( ) : bool

InitializeTCP ( ) : bool

IsServerRunning ( string obj ) : void
Main ( string args ) : void

Entry point

SetDebug ( string obj ) : void
ShowCommandHelp ( ) : void
ShutDownServer ( string obj ) : void
StartRelayBot ( ) : void
StartServer ( string obj ) : void
StopServer ( string obj ) : void

Property Details

ISCom public static property

public static ISComV2Server,CellAO.Communication.ISComV2Server ISCom
return CellAO.Communication.ISComV2Server.ISComV2Server

Ircbot public static property

public static RelayBot,Chatengine.Relay Ircbot
return Chatengine.Relay.RelayBot