C# 클래스 Bot.Quote

상속: IBottable
파일 보기 프로젝트 열기: silpheed/IRC-Bot

공개 메소드들

메소드 설명
OnConsoleLine ( string args ) : void
OnReadLine ( IrcMessageData data ) : bool
Quote ( IrcClient irc ) : System
SplitQuote ( string raw ) : IList

비공개 메소드들

메소드 설명
AddIdToLast20 ( int id ) : void
AddQuote ( IrcMessageData data ) : void
CanDelete ( int id, string host ) : bool
DeleteQuote ( IrcMessageData data ) : void
DisplayHelp ( IrcMessageData data ) : void
DisplayPopularity ( IrcMessageData data ) : void
DisplayQuote ( IrcMessageData data ) : void
DisplayQuote ( string target, QuoteData quote, string header ) : void
GetRandomQuote ( ) : QuoteData
GetRandomQuote ( IEnumerable outOfThese ) : QuoteData
SearchQuote ( IrcMessageData data, bool random ) : void

메소드 상세

OnConsoleLine() 공개 메소드

public OnConsoleLine ( string args ) : void
args string
리턴 void

OnReadLine() 공개 메소드

public OnReadLine ( IrcMessageData data ) : bool
data Meebey.SmartIrc4net.IrcMessageData
리턴 bool

Quote() 공개 메소드

public Quote ( IrcClient irc ) : System
irc Meebey.SmartIrc4net.IrcClient
리턴 System

SplitQuote() 공개 정적인 메소드

public static SplitQuote ( string raw ) : IList
raw string
리턴 IList