Skip to content

Releases: Mattie112/FactoriGOChatBot

v0.6.0

13 Jan 18:35
19ecc8a
Compare
Choose a tag to compare
  • Added features mentioned in #6 thanks @Eeems!

I've made the following enhancements to the bot that you may be interested in merging:

  • Switched to using tail instead of fsnotify/grab last line to attempt to fix bug where log lines are missed if they happen too quickly

  • Added a couple simple commands to the discord side of the bot:

    • !online - See how many online players there are
    • !seed - See what the seed is
    • !evolution - See what the current evolution status is
  • The bot will check the player count every minute, or when it sees that a player has joined or parted, just to make sure it stays in sync

  • Discord status will now reflect some of the current things happening in the game. For example:

    • Players are online and no other events are happening:
      image
    • No players are online:
      image

I'd be happy to close this and open a new PR with only portions of this if you'd prefer.

As always: this release has also been pushed to dockerhub mattie112/factorigo-chat-bot:v0.6.0 or mattie112/factorigo-chat-bot:latest

v0.5.1

12 Jul 17:31
106d07e
Compare
Choose a tag to compare
  • Fixed bot rocket launch messages when having > 100 launches

v0.5.0

09 Jul 19:17
bea8533
Compare
Choose a tag to compare
  • By default the log spam of rocket launches is reduced.
  • Add the env variable ALL_ROCKET_LAUNCHES=true to restore old beheviour

v0.4.0

16 Apr 14:17
Compare
Choose a tag to compare
  • GPS pings (map pings) are now ignored
  • Deaths caused by another player will have their nickname listed (companion mod >= v0.7.0)
  • Rocket launches are now send to Discord (companion mod >= v0.7.0)

v0.3.0

26 Feb 20:44
Compare
Choose a tag to compare
  • Added death counter support

v0.2.1

24 Feb 16:27
Compare
Choose a tag to compare

Fixed death messages containing a -

v0.2.0

24 Feb 16:06
Compare
Choose a tag to compare
  • Death messages with a space will now be parsed
  • Emojis from Discord will be parsed / converted

v0.1.2

21 Feb 18:50
Compare
Choose a tag to compare
  • Fixed parsing of death messages
  • Added test
  • Made bot compatible with older companion mod version

v0.1.1

05 Feb 10:31
Compare
Choose a tag to compare
  • Fixed an issue where invalid chat messages could kill the bot

v0.1.0

30 Jan 15:31
Compare
Choose a tag to compare

First version, see README for details