C# Class Squishy.Irc.IrcChatUtil

Show file Open project: jaddie/WCell-Utility-Bot

Public Methods

Method Description
Bold ( this text ) : string
Colorize ( this text, IrcColorCode color ) : string
GetColor ( IrcColorCode color ) : string

Method Details

Bold() public static method

public static Bold ( this text ) : string
text this
return string

Colorize() public static method

public static Colorize ( this text, IrcColorCode color ) : string
text this
color IrcColorCode
return string

GetColor() public static method

public static GetColor ( IrcColorCode color ) : string
color IrcColorCode
return string