1<?php
2/**
3 * Default settings for the simplechat plugin
4 *
5 * @author Matthew Mills <millsm@csus.edu>
6 */
7
8$conf['chatretentiontimer']    = '30';
9$conf['savelogsflag'] = 1;
10$conf['maxloglinecount'] = 2000;
11$conf['showanonymousip'] = 0;
12
13