sm00th / bitlbee-discord

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

Apply incoming_me_translation to private messages, too #27

Closed digitalcircuit closed 8 years ago

digitalcircuit commented 8 years ago

Right now, incoming_me_translation affects channel messages, but not private messages. As the /me command works in both situations in the official webclient, if possible, the Bitlbee Discord plugin should apply the translation to both situations.

It might simplify matters to move the code into a dedicated function for parsing incoming me strings.

sm00th commented 8 years ago

Yup, you are right. Fixed in 0fc96b6.