Extends
lithium\action\ControllerSource
public function home() {
$channels = Log::find('all');
$tells = Tell::recent();
$karmas = Karma::highscore();
$plugins = Libraries::locate('command.bot.plugins');
return compact('channels', 'plugins', 'tells', 'karmas');
}