Thread: [PI] Censor Words

Results 1 to 4 of 4
  1. #1 [PI] Censor Words 
    Java Developer

    Join Date
    Jun 2012
    Posts
    384
    Thanks given
    80
    Thanks received
    35
    Rep Power
    4
    How i can change the censor words? i added it on my client, but i want to change the censor words, how i do it?
    Reply With Quote  
     

  2. #2  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    requires unpacking and repacking the .txt stored in the cache, if you simply want to allow some words you can add them to

    Code:
    	private static final String[] exceptions = {
    		"cook", "cook's", "cooks", "seeks", "sheet", "woop", "woops", "faq", "noob", "noobs", "tasset"
    	};
    Reply With Quote  
     

  3. #3  
    Java Developer

    Join Date
    Jun 2012
    Posts
    384
    Thanks given
    80
    Thanks received
    35
    Rep Power
    4
    Quote Originally Posted by Harlan View Post
    requires unpacking and repacking the .txt stored in the cache, if you simply want to allow some words you can add them to

    Code:
    	private static final String[] exceptions = {
    		"cook", "cook's", "cooks", "seeks", "sheet", "woop", "woops", "faq", "noob", "noobs", "tasset"
    	};

    Can you tell me the file name please?
    Reply With Quote  
     

  4. #4  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    if it's not named Censor then i don't know
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. 3 Words Following
    By Infexis in forum Forum Games
    Replies: 7
    Last Post: 05-24-2011, 03:44 AM
  2. Better way to censor words?
    By Redslash in forum Requests
    Replies: 2
    Last Post: 11-24-2010, 10:01 PM
  3. Which words better?
    By Sub in forum Voting
    Replies: 37
    Last Post: 04-14-2009, 10:27 AM
  4. allow 11 words
    By George in forum Help
    Replies: 1
    Last Post: 03-30-2009, 02:40 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •