
IRC::Toolkit::Colors - IRC color code utilities

my $str = color('red', "red text") ." other text";

IRC utilities for adding color/formatting codes to a string.
my $code = color('red');
my $str = color('bold') . "bold text" . color() . "normal text";
my $str = color('bold', "bold text");
Add mIRC formatting/color codes to a string.
Valid formatting codes are:
normal bold underline reverse italic
Valid color codes are:
white black blue light_blue cyan green light_green red brown purple orange yellow teal pink gray light_gray

Jon Portnoy <avenj@cobaltirc.org>