equal
deleted
inserted
replaced
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'); |