1<?php
2/**
3 * Options for the simplechat plugin
4 *
5 * @author Matthew Mills <millsm@csus.edu>
6 */
7
8
9$meta['chatretentiontimer'] = array('numeric');
10$meta['savelogsflag'] = array('onoff');
11$meta['maxloglinecount'] = array('numeric');
12$meta['showanonymousip'] = array('onoff');