Filters ---Credit seller filters--- Common credit seller phrases: ignore if dont like titagame Clear Filter ---Annoying system messages--- Here are some ready made filters, that will remove the system messages you would not like, without removing all system messages. Remove damage shield messages Remove HealDelta messages (and all heals under 300) Remove "Executing Nano Program" messages Remove "Your reflect shield hit" messages Remove "You were damaged by a toxic substance" messages Remove "Changing area. Please wait" messages Remove "Entering new area" messages Remove "Your body tingles with energy" messages Remove "You have been detected by" messages Remove "Already executing nanoprogram" messages Remove "Wait for current nano program execution to finish" messages Remove "Wait for your previous special attack to complete" messages Remove "You are already running this action" messages Remove "You can't execute this nano on the target" messages Remove "Unable to perform action, locked, able in" messages Remove special available messages Remove "Target is already dead" messages Remove "Special attack is unavailable" messages ---The basic commands--- /filter add WORD That will filter out all messages containing WORD. it is rather agressive. If you filter out "crap" it also remove "Scrap", filtering out "anal" will remove "analyst". also it will just filter crap/anal out, but not Crap or Anal. To get a mix of upper and lowercase letters you will have to do like this: /filter add [Cc][Rr][Aa][Pp] For all the combinations. ---Advanced commands--- The /filter command uses regular expression, you can read about it on Wikipedia Here ^ Matches the starting position within the string. $ Matches the ending position of the string. * Matches the preceding element zero or more times. ? Matches the preceding element zero or one time. + Matches the preceding element one or more times. Other things for common use: [0-9] All numbers [a-zA-Z] All letters upper and lower case [a-zA-Z0-9 '!()] Everything Now be careful, and remember /filter clear as you might get to filter out everything, it is indeed posible.