C# Class Utility.Tell

A Function which allows users to send messages to each other, even when the intended recipient is offline.
Inheritance: Function
Afficher le fichier Open project: MatthewCox/MoronBot Class Usage Examples

Méthodes publiques

Свойство Type Description
MessageMap List>.Dictionary
tellMapLock Object

Méthodes publiques

Méthode Description
GetResponse ( BotMessage message ) : List
Tell ( ) : System
WildcardToRegex ( string pattern ) : string
WriteMessages ( ) : void

Private Methods

Méthode Description
RateLimit ( string userName ) : bool
ReadMessages ( ) : void

Method Details

GetResponse() public méthode

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
Résultat List

Tell() public méthode

public Tell ( ) : System
Résultat System

WildcardToRegex() public static méthode

public static WildcardToRegex ( string pattern ) : string
pattern string
Résultat string

WriteMessages() public static méthode

public static WriteMessages ( ) : void
Résultat void

Property Details

MessageMap public_oe static_oe property

public static Dictionary> MessageMap
Résultat List>.Dictionary

tellMapLock public_oe static_oe property

public static Object tellMapLock
Résultat Object