I've modified the bot help abit, but having some trouble with making clickable links to the .txt files I want listed.
This is what the code where I want to insert the links look like.
/*
Make the help
*/
function make_help()
{
$result = "<font color=CCInfoHeadline> :::: Testbot Help ::::</font>\n\n";
return "<botname>'s Help :: " . $this -> bot -> make_blob("click to view", $result);
}
What I'm trying to do is make a list of clickable links spesific .txt files.