<?php
/* (C) 2002 Peter Salanki */
/* MySQL Settings */
$mysql_server = "127.0.0.1"; // The MySQL server
$mysql_user = "root"; // The MySQL user
$mysql_password = "Iwonttellyouthat"; // The MySQL password
$mysql_database = "natasha"; // The MySQL database
$mysql_stats_server = "127.0.0.1"; // The STATS MySQL server
$mysql_stats_user = "root"; // The STATS MySQL user
$mysql_stats_password = "Nottelling"; // The STATS MySQL password
$mysql_stats_database = "natasha-stats"; // The STATS MySQL database

/* Other settings */
$stats_updaterate = 4; // Intervall between stats updates in hours.
$max_channels = 19; // Maximum number of channels a bot can be on - 1
$request_server = "127.0.0.1";
$request_port = 4865;
$max_queue = 10;
?>
