Fix translation of channel name from Telegram to IRC
patch ad20db76c932d5cec9aa18df25d91abeabcb7f51
Author: E. Bosch <presidev@AT@gmail.com>
Date: Thu Mar 3 23:07:36 CET 2022
* Fix translation of channel name from Telegram to IRC
hunk ./telegram.py 167
- return '#' + chat.title.replace(' ', '-')
+ return '#' + chat.title.replace(' ', '-').replace(',', '-')