Closed digitalcircuit closed 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.
incoming_me_translation
/me
It might simplify matters to move the code into a dedicated function for parsing incoming me strings.
Yup, you are right. Fixed in 0fc96b6.
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.