C# Class wmib.Configuration.System

Mostra file Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Colors bool
DebugChan string
MaxGrantableRoleLevel int
ModulesToLoad string
SelectedVerbosity int
Separator string
UpTime System.DateTime
Version string
prefix string

Property Details

Colors public_oe static_oe property

If colors are in terminal
public static bool Colors
return bool

DebugChan public_oe static_oe property

Debug channel (doesn't need to exist)
public static string DebugChan
return string

MaxGrantableRoleLevel public_oe static_oe property

This is a limit for role level that can be granted, this is used to prevent users from granting roles like "root" by default
public static int MaxGrantableRoleLevel
return int

ModulesToLoad public_oe static_oe property

Comma seperated list of modules to load at startup
public static string ModulesToLoad
return string

SelectedVerbosity public_oe static_oe property

How verbose the debugging is
public static int SelectedVerbosity
return int

Separator public_oe static_oe property

Separator for system db
public static string Separator
return string

UpTime public_oe static_oe property

Uptime
public static DateTime,System UpTime
return System.DateTime

Version public_oe static_oe property

Version
public static string Version
return string

prefix public_oe static_oe property

public static string prefix
return string