42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Convert Mattermost markdown formatting / emphasis to IRC #547

Closed hloeung closed 1 year ago

hloeung commented 1 year ago

Do the reverse of https://github.com/42wim/matterircd/pull/546 for https://github.com/42wim/matterircd/issues/258, convert Mattermost posts with markdown formatting / emphasis to IRC. Example:

Testing **Bold** Testing **_Bold+Italics_** Testing _Italics_ Testing `monospace` Testing

Becomes:

N8de65oriH (FWIW, monospace support was added in irssi 1.4.4, I'm running 1.4.3 and why it's showing as Q)

42wim commented 1 year ago

Looks good, I'm wondering if it should be an option for people who want to disable it

hloeung commented 1 year ago

Sure, made an option to disable it. Thanks and much appreciated.