From: Lo?c C. <lo...@us...> - 2001-04-11 21:10:53
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/config In directory usw-pr-cvs1:/tmp/cvs-serv14937/config Modified Files: config.lib.php3 Log Message: 'C_BAD_WORDS' directive become 'C_NO_SWEAR' ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/config Index: config.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/config/config.lib.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** config.lib.php3 2001/04/10 17:39:35 1.3 --- config.lib.php3 2001/04/11 21:10:51 1.4 *************** *** 53,57 **** // if you want all moderators (and not only yourself) to banish users // forever, set C_BANISH to 2000000 (six zero) ! define("C_BAD_WORDS", '0'); // Check for swear words defined in chat/lib/swearing.lib.php3 file ? // 0 = no, 1 = yes define("C_SAVE", '*'); // Max number of message that an user may export with the /save command --- 53,57 ---- // if you want all moderators (and not only yourself) to banish users // forever, set C_BANISH to 2000000 (six zero) ! define("C_NO_SWEAR", '0'); // Check for swear words defined in chat/lib/swearing.lib.php3 file ? // 0 = no, 1 = yes define("C_SAVE", '*'); // Max number of message that an user may export with the /save command |