wordblacklist)) return false; return true; } // Set the shout words blacklist, these do not become tags when the string is converted // Any language packs should include their own! GLOBAL $CONFIG; $CONFIG->wordblacklist = array( 'and', 'the', 'then', 'but', 'she', 'his', 'her', 'him', 'one', 'not', 'also', 'about', 'now', 'hence', 'however', 'still', 'likewise', 'otherwise', 'therefore', 'conversely', 'rather', 'consequently', 'furthermore', 'nevertheless', 'instead', 'meanwhile', 'accordingly', 'this', 'seems', 'what', 'whom', 'whose', 'whoever', 'whomever', ); ?>