camm9909 / valheim-discord-bot

Valheim Discord bot that reports in-game players and events
34 stars 19 forks source link

Consider different reg expression for name search #9

Open plmarcus opened 3 years ago

plmarcus commented 3 years ago

use of /w+ prevents names with apostrophes in them. Maybe use a more complex expression or possibly /S+

Example: Character name of M'eth does not populate deaths csv or produce bot output when character dies.