Initial population. EnanoBot v0.1.
<?php
// Rename this to config.php and run php ./enanobot.php to start.
$nick = 'EnanoBot';
$pass = '';
$name = 'Enano CMS logging/message bot';
$user = 'enano';
$privileged_list = array('your', 'nick', 'list', 'here');
$mysql_host = 'localhost';
$mysql_user = '';
$mysql_pass = '';
?>