Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/config
In directory usw-pr-cvs1:/tmp/cvs-serv23121/chat/config
Modified Files:
config.lib.php3
Log Message:
Fix some bad translations ('bad words' to 'swear words')
Index: config.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/config.lib.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** config.lib.php3 2001/04/03 20:10:15 1.2
--- config.lib.php3 2001/04/10 17:51:00 1.3
***************
*** 79,83 ****
// 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
--- 79,83 ----
// 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
|