following typo in Bot.php - settings at lines 252/253:
$this -> core("settings") -> create("Core", "ColorizeGC", TRUE, "Should output to guild chat be colorized using the current theme?");
$this -> core("settings") -> create("Core", "ColorizePGMSG", TRUE, "Should output to guild chat be colorized using the current theme?");
description for second setting should meant "to private chat" not "to guild chat".