# HG changeset patch # User Dan # Date 1228690469 18000 # Node ID c3179049f67072532ef7b16b2de146dc648c9c13 # Parent 236fd4f65752c155f6cfc639cfcc419f4a8caebb Spacing typo. Nothing more. 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 */