From: Lo?c C. <lo...@us...> - 2001-04-10 17:39:38
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/config In directory usw-pr-cvs1:/tmp/cvs-serv19882/chat/config Modified Files: config.lib.php3 Log Message: Fix some bad translations ('bad words' to 'swear words') ***** 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.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** config.lib.php3 2001/02/25 19:10:09 1.2 --- config.lib.php3 2001/04/10 17:39:35 1.3 *************** *** 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 bad 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_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 |