Notifier Plugin for K-Relay
Before I say anything else, I'm aware that there's already a plugin called Event Notifier. I'm essentially asking for a plugin like it that offers a slightly more robust approach (or if that plugin supports my suggestion, then that works too). I'm also not a very technically-minded person so you'd have to bear with me if I say something dumb.
It would be nice to have a plugin that can intercept a game message (e.g. from Oryx), parse it for keywords (which are specified via configuration), and then perform some action like playing a sound to desktop (which Event Notifier does), or push a message in guild chat or even whisper. That way there wouldn't be a need to update as all you would need is to change the configuration to accommodate for new events. Each "keyword set" would be associated with one set of actions (instead of playing one sound or doing one set of actions for any event, which is fairly indiscriminate).
Ideally, if a message is sent to guild chat, it should have support for placeholders, like the realm name.
To give an example of the goal I have in mind, it would go like this:
Say I've got some mule with K-Relay and this hypothetical plugin sitting in the realm. If it detects either the string (from the game itself, not a player) "No! You too will embrace the realm of eternal ice!" OR the string "Futile! The endless winter will soon be upon us all!", then it will send the input "/g %s %r Permafrost Lord". And all of the above should be able to be specified via configuration to allow for versatility. (Perhaps it can find some use beyond that of being an event notifier.)