InterChat LogoInterChat

    Anti-Swear

    Learn how to configure your hub's anti-swear filters

    Control inappropriate language using /hub config anti-swear. The interface provides intuitive buttons for:

    • Adding new filter rules
    • Removing existing rules
    • Setting violation actions
    • Editing filtered words

    Creating Filter Rules

    1. Click the "Add Rule" button to create a new rule
    2. Select an existing rule from the dropdown menu
    3. Enter the word to filter in the modal
    4. Choose your desired match pattern and action

    Match Pattern Reference

    PatternDescriptionExample Result
    wordExact word match"heck" → blocks only "heck"
    word*Prefix matching"heck*" → blocks "hecking", "hecked"
    *wordSuffix matching"*heck" → blocks "reheck", "unheck"
    *word*Contains matching"*heck*" → blocks "hecking", "unheck", "reheck"

    Available Actions

    ActionEffect
    BlockPrevents message from being sent
    BlacklistAutomatically blacklists sender (10 minute duration)
    Send AlertNotifies hub about the violation

    The Send Alert action requires enabled networkAlerts logging. See the Logging Section.

    On this page