C# 클래스 Utility.Tell

A Function which allows users to send messages to each other, even when the intended recipient is offline.
상속: Function
파일 보기 프로젝트 열기: MatthewCox/MoronBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MessageMap List>.Dictionary
tellMapLock Object

공개 메소드들

메소드 설명
GetResponse ( BotMessage message ) : List
Tell ( ) : System
WildcardToRegex ( string pattern ) : string
WriteMessages ( ) : void

비공개 메소드들

메소드 설명
RateLimit ( string userName ) : bool
ReadMessages ( ) : void

메소드 상세

GetResponse() 공개 메소드

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
리턴 List

Tell() 공개 메소드

public Tell ( ) : System
리턴 System

WildcardToRegex() 공개 정적인 메소드

public static WildcardToRegex ( string pattern ) : string
pattern string
리턴 string

WriteMessages() 공개 정적인 메소드

public static WriteMessages ( ) : void
리턴 void

프로퍼티 상세

MessageMap 공개적으로 정적으로 프로퍼티

public static Dictionary> MessageMap
리턴 List>.Dictionary

tellMapLock 공개적으로 정적으로 프로퍼티

public static Object tellMapLock
리턴 Object