config-sample.php
author Dan
Wed, 07 May 2008 23:56:26 -0400
changeset 5 fcc1eac04772
parent 2 c474904ed707
child 6 a802bb5b3e08
permissions -rw-r--r--
Prepped for public distribution.

<?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 = '';
$mysql_dbname = '';

?>