Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

v1.1

Latest
Compare
Choose a tag to compare
@Charibdys Charibdys released this 11 Aug 09:03
· 6 commits to master since this release
bc1b0a5

ROBOT 9000 Implementation

The following changes were made in this update:

  • Added ROBOT 9000 Auto Moderator (ensures each message is unique)
    • Toggle for checking text for uniqueness
    • Toggle for checking media for uniqueness
    • Toggle for checking forwards for uniqueness
    • Check text against a set of configured codepoints
    • Cooldowns/mutes for unoriginal input
  • Added link preview to regularly forwarded text messages
  • Reworked spam checks for albums and regularly forwarded albums; the spam score handler now checks each album instead of each item in the album for spam.
  • HTML formatting from incoming messages are now ignored (used client-side formatting instead)
  • Message sending routine now sends 30 messages per second instead of 2 per second; should noticeably improve bot response time

The config.yaml file and the locale files have been updated as a result of this release. Please review the config.yaml.copy file and locale YAML files and make changes accordingly.