C# Class HelperBot.Settings

Afficher le fichier Open project: Jonty800/HelperBot

Méthodes publiques

Свойство Type Description
Age int
AnnounceCaps bool
AnnounceDemoted bool
AnnounceFell bool
AnnounceFly bool
AnnounceGreeting bool
AnnounceHours bool
AnnounceIRC bool
AnnounceImpersonation bool
AnnounceJokes bool
AnnouncePM bool
AnnounceRank bool
AnnounceServerName bool
AnnounceSpleefTimer bool
AnnounceSuggestBan bool
AnnounceTime bool
AnnounceWarnKick bool
AnnounceWarnSwear bool
BotNameColor string
ColorNames string>.SortedList
CurrentVersion int
Hometown string
HowToGetRankedBuilderString string
HowToGetRankedStaffString string
Name string
Occupation string
ReleaseFlag System.Flags
Sex string
StuckMessage string
Website string
XmlVersion int

Méthodes publiques

Méthode Description
GetName ( char code ) : string
GetName ( string color ) : string
IsValidColorCode ( char code ) : bool
Load ( ) : void
Parse ( char code ) : string
Parse ( string color ) : string

Method Details

GetName() public static méthode

public static GetName ( char code ) : string
code char
Résultat string

GetName() public static méthode

public static GetName ( string color ) : string
color string
Résultat string

IsValidColorCode() public static méthode

public static IsValidColorCode ( char code ) : bool
code char
Résultat bool

Load() public static méthode

public static Load ( ) : void
Résultat void

Parse() public static méthode

public static Parse ( char code ) : string
code char
Résultat string

Parse() public static méthode

public static Parse ( string color ) : string
color string
Résultat string

Property Details

Age public_oe static_oe property

public static int Age
Résultat int

AnnounceCaps public_oe static_oe property

Warns players for spamming caps
public static bool AnnounceCaps
Résultat bool

AnnounceDemoted public_oe static_oe property

Explains why a player was demoted
public static bool AnnounceDemoted
Résultat bool

AnnounceFell public_oe static_oe property

Explains how to return to respawn (r)
public static bool AnnounceFell
Résultat bool

AnnounceFly public_oe static_oe property

Whether a server announces how to fly or not
public static bool AnnounceFly
Résultat bool

AnnounceGreeting public_oe static_oe property

Greets a player if they are logging in for the first time
public static bool AnnounceGreeting
Résultat bool

AnnounceHours public_oe static_oe property

Announce a players current hours upon asking
public static bool AnnounceHours
Résultat bool

AnnounceIRC public_oe static_oe property

Bot will forward all chat to the irc channel
public static bool AnnounceIRC
Résultat bool

AnnounceImpersonation public_oe static_oe property

Bot will kick a player if impersonating the bot
public static bool AnnounceImpersonation
Résultat bool

AnnounceJokes public_oe static_oe property

Bot will display jokes/funfacts
public static bool AnnounceJokes
Résultat bool

AnnouncePM public_oe static_oe property

Explains how to use PM
public static bool AnnouncePM
Résultat bool

AnnounceRank public_oe static_oe property

Announce what a players next rank is
public static bool AnnounceRank
Résultat bool

AnnounceServerName public_oe static_oe property

Announce the server name upon asking
public static bool AnnounceServerName
Résultat bool

AnnounceSpleefTimer public_oe static_oe property

Bot will start a timer for spleef
public static bool AnnounceSpleefTimer
Résultat bool

AnnounceSuggestBan public_oe static_oe property

Suggest to mods in staff chat that a ban is in order
public static bool AnnounceSuggestBan
Résultat bool

AnnounceTime public_oe static_oe property

Bot will display time of day
public static bool AnnounceTime
Résultat bool

AnnounceWarnKick public_oe static_oe property

Warn a player when they log back in after a kick (Via PM)
public static bool AnnounceWarnKick
Résultat bool

AnnounceWarnSwear public_oe static_oe property

Warn players when they swear via PM
public static bool AnnounceWarnSwear
Résultat bool

BotNameColor public_oe static_oe property

The color of the bots name Default: Red
public static string BotNameColor
Résultat string

ColorNames public_oe static_oe property

public static SortedList ColorNames
Résultat string>.SortedList

CurrentVersion public_oe static_oe property

Current version of the config file and xml file
public static int CurrentVersion
Résultat int

Hometown public_oe static_oe property

public static string Hometown
Résultat string

HowToGetRankedBuilderString public_oe static_oe property

String value for "how do I get ranked" (builder)
public static string HowToGetRankedBuilderString
Résultat string

HowToGetRankedStaffString public_oe static_oe property

String value for "how do I get ranked" (staff)
public static string HowToGetRankedStaffString
Résultat string

Name public_oe static_oe property

The name of the bot Deafult: Alice
public static string Name
Résultat string

Occupation public_oe static_oe property

public static string Occupation
Résultat string

ReleaseFlag public_oe static_oe property

public static Flags,System ReleaseFlag
Résultat System.Flags

Sex public_oe static_oe property

public static string Sex
Résultat string

StuckMessage public_oe static_oe property

String value for "I am stuck" reply
public static string StuckMessage
Résultat string

Website public_oe static_oe property

String value for the server's website
public static string Website
Résultat string

XmlVersion public_oe static_oe property

public static int XmlVersion
Résultat int