Cannot filter out console lines with regex
Malbeth81 opened this issue ยท 1 comments
Your examples in https://github.com/DiscordSRV/DiscordSRV/wiki/Configuration-examples#block-special-console-output-from-appearing-in-console-channel seem to show that we can use
DiscordConsoleChannelRegexFilter with a blank DiscordConsoleChannelRegexReplacement to remove lines that match a certain regex, but in practice that is impossible because there is an "isBlank" check done on the replacement:
Please remove that isBlank check so we can use it to filter out lines by regex and not just with certain words.
Thanks!
Latest dev build @ https://snapshot.discordsrv.com