Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
IRC::Toolkit::Colors - IRC color code utilities
SYNOPSIS
my $str = color('red', "red text") ." other text";
DESCRIPTION
IRC utilities for adding color/formatting codes to a string.
color
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
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>