WMCAlliance / BukkitIRCd

BukkitIRCd was an IRC bridge plugin for Minecraft servers running Bukkit. It creates individual 'bot' users for every player to allow seamless communication.
https://wma.im
Other
5 stars 6 forks source link

Custom string search for custom channel broadcasts #74

Open WizardCM opened 11 years ago

WizardCM commented 11 years ago

Similar to the staff channel message filter, there should be a regex config section which searches for certain messages in console to then broadcast to the main channel.

For example, currently any /say messages will show up; well, what if I also want /broadcast strings to also show? Or something else?

I'm also curious to know if this would also be able to search based on colours within such strings - I'm guessing it would, as I believe that's what the staff filter currently does.