dcoincoin ~master (2022-05-10T06:01:35.6293433)
Dub
Repo
Config
dcc
engine
conf
Undocumented in source.
class
Config {
Tribune
[]
tribunes
;
string
default_ua
;
int
default_refresh
;
string
[]
default_ignorelist
;
string
default_color
;
this
(string file);
Tribune
tribune_from_section
(IniSection section);
}
Constructors
this
this
(string file)
Undocumented in source.
Members
Functions
tribune_from_section
Tribune
tribune_from_section
(IniSection section)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
default_color
string
default_color
;
Undocumented in source.
default_ignorelist
string
[]
default_ignorelist
;
Undocumented in source.
default_refresh
int
default_refresh
;
Undocumented in source.
default_ua
string
default_ua
;
Undocumented in source.
tribunes
Tribune
[]
tribunes
;
Undocumented in source.
Meta
Source
See Implementation
dcc
engine
conf
classes
Config