C# Class Bot.Rainbow

Inheritance: IBottable
Afficher le fichier Open project: silpheed/IRC-Bot

Méthodes publiques

Méthode Description
OnConsoleLine ( string args ) : void
OnReadLine ( IrcMessageData data ) : bool
Rainbow ( IrcClient irc ) : System
WrapTextInColour ( char text ) : string
WrapTextInColour ( string text, bool terminate, bool background, bool holdColour ) : string

Private Methods

Méthode Description
DisplayHelp ( IrcMessageData data ) : void
Fabulise ( IrcMessageData data ) : void

Method Details

OnConsoleLine() public méthode

public OnConsoleLine ( string args ) : void
args string
Résultat void

OnReadLine() public méthode

public OnReadLine ( IrcMessageData data ) : bool
data Meebey.SmartIrc4net.IrcMessageData
Résultat bool

Rainbow() public méthode

public Rainbow ( IrcClient irc ) : System
irc Meebey.SmartIrc4net.IrcClient
Résultat System

WrapTextInColour() public méthode

public WrapTextInColour ( char text ) : string
text char
Résultat string

WrapTextInColour() public static méthode

public static WrapTextInColour ( string text, bool terminate, bool background, bool holdColour ) : string
text string
terminate bool
background bool
holdColour bool
Résultat string