maxsupermanhd / FactoCord-3.0

Factorio bidirectional Discord bridge bot for Linux servers with control functionality.
Apache License 2.0
14 stars 10 forks source link

[Enhancement] - research notifications (not sure why it got marked as a bug.. sorry) #50

Closed ComputerComa closed 1 year ago

ComputerComa commented 1 year ago

It would be really cool if there was an optional ability to send a message when research starts, completes, is cancelled etc...

I know the following events are emitted when research is canceled , started, and finished. So maybe it just takes adding a small script to output a message that Factocord Understands.. I'm just not smart enough to know what FactoCord is looking for to pass messages along.

maxsupermanhd commented 1 year ago

Have fun editing custom scenario. https://github.com/maxsupermanhd/FactoCord-3.0/blob/master/control.lua

ComputerComa commented 1 year ago

Oh! Totally missed that! Thx...