zachbr / Dis4IRC

A modern Discord <-> IRC bridge
MIT License
51 stars 18 forks source link

Templating for message output #77

Open ExEric3 opened 11 months ago

ExEric3 commented 11 months ago

Hello,

Can be implemented to settings something similiar to this? obrazek

My idea is I want make command !msg sometext forwarded into game over IRC. Game bot accept only !msg sometext and result ingame is: obrazek

So issue is nobody knows who typed it on Discord. That alternative discord bot offer that prelude settings but they are printed to different line which isnt included in !msg command.

Also colors can be implemented and disabled? As inspiration can be used matterbridge. https://github.com/42wim/matterbridge/blob/master/matterbridge.toml.sample#L188

Thanks