reiichi001 / Dalamud.DiscordBridge

GNU Affero General Public License v3.0
16 stars 18 forks source link

Add some type of filter so that only lines with matching keywords will be relayed #6

Closed ghost closed 10 months ago

ghost commented 3 years ago

It would be nice having some type of control on what lines are accepted. Nothing as fancy as regex checks but maybe an additional option at the end of a command so that only lines containing \<keyword> will be relayed?

Ex:

xl!setchannel notice maintenance
xl!setchannel notice "Rank S:"
ghost commented 3 years ago

I noticed bot name changes when notices are sent by a plugin. Maybe that would also help filtering what is actually relayed

image