I tried that, still same result ...
Here are the whole function:
function make_list()
{
if(false !== ($handle = @fopen("ginfo/rinfo.lst", "r")))
{
// Tijdelijk, zodat ik veel aanpassingen kan doen en niet maar halve files te zien krijg
clearstatcache();
$content = fread($handle, filesize("ginfo/rinfo.lst"));
fclose($handle);
$blob = $this -> bot -> core("tools") -> make_blob("click to view", $content);
return "Raid Info :: " . $blob;
}
return "Raid Info :: No info available atm.";
}
the only thing i have changed from the GuildInfo-module is changed Guild to Raid and ginfo to rinfo
Thanks