sm00th / bitlbee-discord

Bitlbee plugin for Discord (http://discordapp.com)
GNU General Public License v2.0
291 stars 27 forks source link

Discord /me uses _underscores_ to italicize, not *asterisks* #26

Closed digitalcircuit closed 8 years ago

digitalcircuit commented 8 years ago

Discord now uses underscores to indicate /me messages, e.g. /me does a thing_does a thing_. It might still be useful to translate *does a thing* as both produce italic text.

For example, typing the following:

/me sends a message from web-client, with Firefox Developer tools open...

Results in: Using a me command

Whenever incoming_me_translation is on, these messages should be translated back, e.g.:

-*- discord_nick does a thing

Aside, handling Discord formatting to/from mIRC codes would be a neat future addition

sm00th commented 8 years ago

Fixed in 710d3f9.

Not sure what do you mean by mIRC codes, but probably not going to happen just like any other client-specific stuff.

digitalcircuit commented 8 years ago

I've explained the mIRC codes in issue #28. Though technically mIRC-specific, most IRC clients that I've heard of implement it now. The Bitlbee OTR plugin uses mIRC codes to indicate status, too.

Thanks for getting these features implemented!