Spacing typo. Nothing more.
authorDan
Sun, 07 Dec 2008 17:54:29 -0500
changeset 33 c3179049f670
parent 32 236fd4f65752
child 34 a8daa2016cf1
child 36 a7d884914a74
Spacing typo. Nothing more.
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 (<b>...</b>) tags and color tags in a text into IRC speak, and process /me commands. Colors are <cyan>...</cyan>, specify background with <fg:bg>...</fgcolor:bgcolor>. Valid colors are white, black, navy, green, red, maroon, purple, orange, yellow, lime, teal, aqua, cyan, blue, pink, grey, and silver
+   * Parse bold (<b>...</b>) tags and color tags in a text into IRC speak, and process /me commands. Colors are <cyan>...</cyan>, specify background with <fg:bg>...</fgcolor:bgcolor>. 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
    */