C# Class wmib.Configuration.System

Show 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 static property

If colors are in terminal
public static bool Colors
return bool

DebugChan public static property

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

MaxGrantableRoleLevel public static 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 static property

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

SelectedVerbosity public static property

How verbose the debugging is
public static int SelectedVerbosity
return int

Separator public static property

Separator for system db
public static string Separator
return string

UpTime public static property

Uptime
public static DateTime,System UpTime
return System.DateTime

Version public static property

Version
public static string Version
return string

prefix public static property

public static string prefix
return string