C# 클래스 Bot.Big

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

공개 메소드들

메소드 설명
Big ( IrcClient irc ) : System
OnConsoleLine ( string args ) : void
OnReadLine ( IrcMessageData data ) : bool
WrapTextInColour ( string text, bool holdColour ) : string

비공개 메소드들

메소드 설명
DisplayHelp ( IrcMessageData data ) : void
Embiggen ( string input, bool isRainbow, string channel, string ident, string host ) : void
FormCharLine ( char input, int line, bool isRainbow ) : string
GetCharMap ( char c ) : string
IsAllowed ( string ident, string host ) : bool

메소드 상세

Big() 공개 메소드

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

OnConsoleLine() 공개 메소드

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

OnReadLine() 공개 메소드

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

WrapTextInColour() 공개 메소드

public WrapTextInColour ( string text, bool holdColour ) : string
text string
holdColour bool
리턴 string