C# Class Bot.Big

Inheritance: IBottable
Show file Open project: silpheed/IRC-Bot

Public Methods

Method Description
Big ( IrcClient irc ) : System
OnConsoleLine ( string args ) : void
OnReadLine ( IrcMessageData data ) : bool
WrapTextInColour ( string text, bool holdColour ) : string

Private Methods

Method Description
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

Method Details

Big() public method

public Big ( IrcClient irc ) : System
irc Meebey.SmartIrc4net.IrcClient
return System

OnConsoleLine() public method

public OnConsoleLine ( string args ) : void
args string
return void

OnReadLine() public method

public OnReadLine ( IrcMessageData data ) : bool
data Meebey.SmartIrc4net.IrcMessageData
return bool

WrapTextInColour() public method

public WrapTextInColour ( string text, bool holdColour ) : string
text string
holdColour bool
return string