config-sample.php
changeset 0 d02690a8552c
child 2 c474904ed707
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config-sample.php	Sat Mar 15 19:53:27 2008 -0400
@@ -0,0 +1,14 @@
+<?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 = '';
+
+?>