Skip to content

Release Candidate 3.2.0-RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@KarlOfDuty KarlOfDuty released this 21 Feb 22:08
33547f3

Changelog

  • Fixed variables in escape and ban messages
  • Split ban response message into online and offline bans
  • Split config filter inverts, filters section looks like this now:
channelsettings:
    # Removes online players' IPs/SteamIDs from discord messages in specific channels, use the channel aliases from above.
    # Warning: This only works on online players, so may fail on player disconnect related events
    filterips: [ "staff" ]
    filtersteamids: []

    # If true only the messages in the channels above are filtered,
    # if false all messages except the ones in the above channels are filtered.
    invertipfilter: true
    invertsteamidfilter: false

Only the plugin library was updated, you don't have to update the bot or dependencies.

Full Changelog: 3.2.0-RC2...3.2.0-RC3