C# Class IrcD.Server.Settings

Show file Open project: FreeApophis/ircddotnet Class Usage Examples

Public Methods

Method Description
LoadSettings ( ) : void
Settings ( ) : System

Private Methods

Method Description
GetBool ( string key, bool standard ) : bool
GetCaseMapping ( ) : IrcCaseMapping
GetInt ( string key, int standard ) : int
GetIrcMode ( ) : IrcMode
GetPorts ( ) : List
GetString ( string key, string standard ) : string
GetString ( string key, string specifier, string standard ) : string
LoadOper ( ) : void
LoadOperHosts ( ) : void
SetDaemon ( IrcDaemon ircDaemon ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

Settings() public method

public Settings ( ) : System
return System