Change the point where irgramd connects to Telegram
authorE. Bosch <presidev@AT@gmail.com>
local dateSun, 22 Nov 2020 23:57:38
dateSun, 22 Nov 2020 22:57:38
hashc154ded080ea797bb2188ea8318b54f7127eeb91
Change the point where irgramd connects to Telegram


Before: it connected to Telegram on connection from IRC

Now: it connects to Telegram on irgramd startup and keeps
connected even if there is no user connected to IRC so
works more like a bouncer

The autojoin function is disabled and join command
implemented
3 file(s) changed:
irc.py +15 -11
irgramd +10 -6
telegram.py +21 -17