<?php
/**
 * Default settings for the simplechat plugin
 *
 * @author Matthew Mills <millsm@csus.edu>
 */

$conf['chatretentiontimer']    = '30';
$conf['savelogsflag'] = 1;
$conf['maxloglinecount'] = 2000;
$conf['showanonymousip'] = 0;

