author | Dan |
Sat, 15 Mar 2008 20:45:32 -0400 | |
changeset 2 | c474904ed707 |
parent 0 | d02690a8552c |
child 6 | a802bb5b3e08 |
permissions | -rw-r--r-- |
0 | 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 = ''; |
|
2
c474904ed707
Moved db_name to config.php; added !snippets virtual snippet that lists all snippet codes in database; abstracted database query and error checking code
Dan
parents:
0
diff
changeset
|
13 |
$mysql_dbname = ''; |
0 | 14 |
|
15 |
?> |