config-sample.php
author Dan
Sat, 15 Mar 2008 19:53:27 -0400
changeset 0 d02690a8552c
child 2 c474904ed707
permissions -rw-r--r--
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 = '';

?>