Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Ignore messages in certain channels or with certain prefixes #87

@samollari

Description

@samollari

Per suggestion of @EarlJr53, Jay, and Bri

When there are game bots or whatnot in the server, people may gain levels quicker than normal if they use them often. We should add a way to blacklist certain channels or message prefixes from counting towards levels.
E.g.
config.json

{
  "levels": {
    "ignoreChannels": ["channel1", "channel2"],
    "ignorePrefix": ["!", "m!", "m.", "p!"]
  }
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions