chat_commands, 'chat', false, false); // add extra explanation? if ($aseco->settings['help_explanation']) { $message = $aseco->getChatMessage('HELP_EXPLANATION'); $aseco->client->query('ChatSendServerMessageToLogin', $aseco->formatColors($message), $command['author']->login); } } // chat_help function chat_helpall($aseco, $command) { // display normal chat commands in popup with descriptions showHelp($command['author'], $aseco->chat_commands, 'chat', false, true, 0.3); } // chat_helpall ?>