KockaAdmiralac / KockaLogger

Parses IRC logs of activity across Fandom, then relays it into a Discord channel, searches for spam/vandalism and more.
GNU General Public License v3.0
8 stars 9 forks source link

Support new log types #53

Open KockaAdmiralac opened 2 years ago

KockaAdmiralac commented 2 years ago

Description

In https://github.com/KockaAdmiralac/KockaLogger/commit/3f2a98818f53dee8acd6b602d62b66620c38f807, we introduced the IGNORED_LOGS constant which prevents relaying errors related to certain logs which KockaLogger does not support. Ideally, if these logs are general-purpose enough, we should support them. Some logs I can see that seem general purpose enough are:

Proposed solution

We check which messages are being used for these logs and add them to messages/map.js, parser/log.js etc.