config-sample.php
author Dan
Wed, 31 Dec 2008 21:41:57 -0500
changeset 38 e6a4b7f91e91
parent 8 0acb8d9a3194
child 51 508400fc5282
permissions -rw-r--r--
Built de-ghosting code into libirc core

<?php

// Rename this to config.php and run php ./enanobot.php to start.

$server = 'irc.freenode.net';
$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 = '';
$channels = array('#mychan', '#yourchan', '#4chan');

?>