config-sample.php
changeset 0 d02690a8552c
child 2 c474904ed707
equal deleted inserted replaced
-1:000000000000 0:d02690a8552c
       
     1 <?php
       
     2 
       
     3 // Rename this to config.php and run php ./enanobot.php to start.
       
     4 
       
     5 $nick = 'EnanoBot';
       
     6 $pass = '';
       
     7 $name = 'Enano CMS logging/message bot';
       
     8 $user = 'enano';
       
     9 $privileged_list = array('your', 'nick', 'list', 'here');
       
    10 $mysql_host = 'localhost';
       
    11 $mysql_user = '';
       
    12 $mysql_pass = '';
       
    13 
       
    14 ?>