We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On ZNC side:
set message_content <b>[{network}]</b>\n<i>{context}</i>\n<<b>{nick}</b>>\n<code>{message}</code>
send test
On Telegram side:
[networkName] *push <*push> test
test
On Telegram side: [networkName]\n_*push_\n<*push>\ntest
Tested only on Telegram
The text was updated successfully, but these errors were encountered:
\n isn't support by telegrams HTML Style. Neither is <br>
<br>
Sorry, something went wrong.
I know, the bot, not Telegram is expected to be able to handle some sort of newline escaping sequence.
The alternative would be to use a custom GET to have the expected result, but honestly it's not very optimal since Telegram is already supported.
No branches or pull requests
Steps to reproduce
On ZNC side:
set message_content <b>[{network}]</b>\n<i>{context}</i>\n<<b>{nick}</b>>\n<code>{message}</code>
send test
Expected behavior
On Telegram side:
[networkName]
*push
<*push>
test
Actual behavior
On Telegram side:
[networkName]\n_*push_\n<*push>\n
test
Other details
Tested only on Telegram
The text was updated successfully, but these errors were encountered: