DrAbcOfficial / INSWatchDog

Add some functions to insurgency sandstorm
GNU General Public License v3.0
0 stars 0 forks source link

saidcommands not working #1

Open Snailpower opened 1 year ago

Snailpower commented 1 year ago

I just booted up the watchdog, connected with rcon. But when using chat with !me or !help I get no response from the program.

Using your latest release

DrAbcOfficial commented 1 year ago

I no longer maintain this repository. The failure is caused by the format of logging changing with the game update You can fix this by modifying the regular expression here to match the game's latest Log format: https://github.com/DrAbcOfficial/INSWatchDog/blob/master/src/main/kotlin/net/drabc/INSWatchDog/Runnable/LogWatcher.kt#L82 However, due to game updates other functions may not work, and if they don't work you will need to modify the logic in this file to fix the problem