Exact code from console:
package chatbot
{
%FoxBotIs##On## = false;
%FoxBotVersionNum = "1.0.2";
%FoxBotWantsToDoMath = false;
function clientCmdChatMessage(%cl, %voice, %pitch, %line, %pre, %name, %suf, %msg)
{
parent::clientCmdChatMessage(%cl, %voice, %pitch, %line, %pre, %name, %suf, %msg);
I don't see what's wrong here. It appear to be the only syntax error.