C# Class wmib.Configuration.System

Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Свойство 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
Résultat bool

DebugChan public_oe static_oe property

Debug channel (doesn't need to exist)
public static string DebugChan
Résultat 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
Résultat int

ModulesToLoad public_oe static_oe property

Comma seperated list of modules to load at startup
public static string ModulesToLoad
Résultat string

SelectedVerbosity public_oe static_oe property

How verbose the debugging is
public static int SelectedVerbosity
Résultat int

Separator public_oe static_oe property

Separator for system db
public static string Separator
Résultat string

UpTime public_oe static_oe property

Uptime
public static DateTime,System UpTime
Résultat System.DateTime

Version public_oe static_oe property

Version
public static string Version
Résultat string

prefix public_oe static_oe property

public static string prefix
Résultat string