diff -r 236fd4f65752 -r c3179049f670 libirc.php --- a/libirc.php Sun Dec 07 17:45:50 2008 -0500 +++ b/libirc.php Sun Dec 07 17:54:29 2008 -0500 @@ -220,7 +220,7 @@ } /** - * Parse bold (...) tags and color tags in a text into IRC speak, and process /me commands. Colors are ..., specify background with .... Valid colors are white, black, navy, green, red, maroon, purple, orange, yellow, lime, teal, aqua, cyan, blue, pink, grey, and silver + * Parse bold (...) tags and color tags in a text into IRC speak, and process /me commands. Colors are ..., specify background with .... Valid colors are white, black, navy, green, red, maroon, purple, orange, yellow, lime, teal, aqua, cyan, blue, pink, grey, and silver * @param string Text to filter * @return string */