HIGHLIGHT MODDescription:Gives the bot a color for highlighting important text set in the Bot.conf file. This is used in all of my modules, maybe those to come as well.
Instructions:Replace your Bot.php, and main.php, then add the line
$highlight_color = "#FF0000"; //Color to highlight important text
to your Bot.conf file. Replace #FF0000 with any color you want your bot to highlight with.