C# 클래스 Bot.Processors.UrlTitles

상속: Bot.Core.Processors.AsyncProcessor
파일 보기 프로젝트 열기: Crobol/Bot

공개 메소드들

메소드 설명
UrlTitles ( List urlPatterns ) : System

보호된 메소드들

메소드 설명
ExtractUrls ( string message, Regex urlMatcher ) : IList
GetTitle ( string url ) : string
GetTitles ( IList urls, IList whitelist ) : IList
GetTitles ( string message, List whitelist ) : IList

Looks for URLs in message and prints out the inner text in the title element

GetTitles ( string message, Regex urlMatcher ) : IList

Looks for URLs in ircMessage and prints out the inner text in the title element

Worker ( IrcEventArgs e ) : void

비공개 메소드들

메소드 설명
UrlTitles ( [ config ) : System

메소드 상세

ExtractUrls() 보호된 메소드

protected ExtractUrls ( string message, Regex urlMatcher ) : IList
message string
urlMatcher System.Text.RegularExpressions.Regex
리턴 IList

GetTitle() 보호된 메소드

protected GetTitle ( string url ) : string
url string
리턴 string

GetTitles() 보호된 메소드

protected GetTitles ( IList urls, IList whitelist ) : IList
urls IList
whitelist IList
리턴 IList

GetTitles() 보호된 메소드

Looks for URLs in message and prints out the inner text in the title element
protected GetTitles ( string message, List whitelist ) : IList
message string
whitelist List
리턴 IList

GetTitles() 보호된 메소드

Looks for URLs in ircMessage and prints out the inner text in the title element
protected GetTitles ( string message, Regex urlMatcher ) : IList
message string
urlMatcher System.Text.RegularExpressions.Regex
리턴 IList

UrlTitles() 공개 메소드

public UrlTitles ( List urlPatterns ) : System
urlPatterns List
리턴 System

Worker() 보호된 메소드

protected Worker ( IrcEventArgs e ) : void
e Meebey.SmartIrc4net.IrcEventArgs
리턴 void