ARES includes the most sophisticated chat modification system ever implemented in Second Life, allowing you (and your owner) to customize what you hear and say in local chat. This is called chat filtering.

To turn chat filters on and off, see the chat filtering... menu. The input chain modifies what the unit receives from others. The output chain modifies what the unit sends to chat. To turn on one of these, choose filter input: off or filter output: off from the chat filtering... menu respectively.

To decide what changes get made to incoming and outgoing chat, you must activate and deactivate individual filters.

ARES comes with the following chat filters installed by default:

NameFunctionExampleEquivalent in Companion
censorSplats out certain wordsEat ****, you *****.
replaceReplaces one word with anotherOnce upon a space...vocabulary
slangRandomly inserts phrasesSo like, PLEASE HELP ME, haha, I'M TRAPPED IN THIS DEATH CUBE, or whatever.
nonverbalReplaces words with a single syllableMooooo moo moo, moo?barnyard
translateConverts text into another languageIch kann dich nicht verstehen. Bitte sprechen Sie Englisch.polyglot
serpentineExaggerates "S" and "Z" soundsSSScccccienccccccccce.serpentine
stutterRandomly repeats parts of wordsI j-j-just don't know what we-went wrong!stutter (from 'gaudy' package)
lispConverts "S" and "Z" sounds to "TH"Ththienthe.lisp
mumbleApproximates the results of trying to speak with something in your mouthWwifh ifh we mumwwe fiwhtew.— (NS Ballgag)
capsConverts text to upper caseHELLO.cobol (from 'gaudy' package)
rot13Encrypts text using a 13-place Caesar cipher (A = N, B = O, etc)100% frpher.rot13 (from 'gaudy' package)
slowAdds extra spaces between wordsThis      is      slow.— (low power mode)
bimboSubstitutes fashionable lookalikes for letters in the Latin alphabetℓιкє, тσтαℓℓу.bimbo (from 'gaudy' package)
superscriptReplaces letters with superscripted lookalikesᵀʰᵃᵗ'ˢ ᵛᵉʳʸ ⁱⁿˢᵉⁿˢⁱᵗⁱᵛᵉ!microvox
corruptedRandomly replaces characters with shaded blocks▒his text ha░ b▒en corr█pted.dropout
glitchAdds combining accents to suggest line noise and/or the impeding approach of Zalgo.This is t̨h̶e glitc̼͋h filter.glitch
The translate filter is only for entertainment purposes. It cannot guess what language others are speaking in, and the online service it uses has some questionable or outright wrong user-submitted data. Don't rely on it for anything important!

ARES will always try to apply chat filters in the order that works best. For example, it will perform word replacement prior to translation. There are a few cases, however, where the correct order isn't obvious (mainly because they do mutually exclusive things, like turn your text into two different silly fonts.) When this happens the filters are applied in the order they were activated.

When you activate a filter, ARES will ask you for the settings to use. Each filter works differently, and some require extra setup. For others, you can leave the settings blank. Here's how to set up each filter included by default:

censor: Choose the name of a list of words to censor. By default, ARES only includes one list, called profanity.

replace: Choose the name of a word-replacement dictionary to use. By default, ARES only includes one sample dictionary, called stanley.

slang: Choose the name of a slang preset to use. By default, ARES only includes one list, called airhead.

Creating new data for the censor, replace, and slang filters: Since these filters all deal with long sets of words, they need to be stored in the ARES internal database (Linkset Data) first, using the db command. How to do this is explained in the next tutorial, Command line basics.

nonverbal: Specify three sounds to use as parts of the repeated syllable, separated by spaces. For example, m o o turns all words into mooing, and ny a n turns all words into nyanning. The filter will always include the first and last parts in each word, and repeat the middle part until the result is at least as long as the original word—thus, o i nk will work better than oi n k.

translate: Specify a pair of two-letter ISO-639-1 codes to translate between using the free mymemory.translated.net online service. The values should be separated by a colon. For example, en:fr translates English to French.

serpentine: Specify a number from 0 to 100, where 0 is no effect and 100 is irrefutable proof that you are a Death Eater.

stutter: Specify a number from 0 to 100, where 0 is no effect and 100 is a very high likelihood of repeated stuttering.

lisp: Specify a number from 0 to 100, where 0 is no effect and 100 replaces every possible instance.

mumble, caps, rot13, bimbo, and superscript: These filters have no settings.

corrupted: Specify a number from 0.0 to 1.0, which indicates the rough proportion of characters that should be corrupted. A value of 0.5 will result in a 50% chance for each character to be replaced.

glitch: Specify a number from 0 to 100, where 0 is no noise and 100 is extreme noise.

When you no longer want to apply chat filtering, you can simply turn off the entire filter chain. Choose filter input: on or filter output: on as appropriate from the chat filtering... menu to disable the corresponding chain.

Previous Tutorial: Damage, overheating, and repair

Next Tutorial: Command line basics