config-sample.php
changeset 8 0acb8d9a3194
parent 6 a802bb5b3e08
child 51 508400fc5282
equal deleted inserted replaced
7:1d6e762433fe 8:0acb8d9a3194
     1 <?php
     1 <?php
     2 
     2 
     3 // Rename this to config.php and run php ./enanobot.php to start.
     3 // Rename this to config.php and run php ./enanobot.php to start.
     4 
     4 
       
     5 $server = 'irc.freenode.net';
     5 $nick = 'EnanoBot';
     6 $nick = 'EnanoBot';
     6 $pass = '';
     7 $pass = '';
     7 $name = 'Enano CMS logging/message bot';
     8 $name = 'Enano CMS logging/message bot';
     8 $user = 'enano';
     9 $user = 'enano';
     9 $privileged_list = array('your', 'nick', 'list', 'here');
    10 $privileged_list = array('your', 'nick', 'list', 'here');