jt3k / chat-linker

the bridge between jabber and telegram over chat-bots
MIT License
46 stars 9 forks source link

Some messages break the template #59

Open ForNeVeR opened 6 years ago

ForNeVeR commented 6 years ago

When any XMPP user posts a message like that:

<user> $`

It gets wrongly translated to Telegram, because it's a meta-character for String.prototype.replace.

ForNeVeR commented 5 years ago

Please fix in XMPP code, too: https://github.com/jt3k/chat-linker/blob/a755932413c385bf98d17e247dabc0591d08de4d/src/bots/jabber/bot.js#L23