You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.
When a large amount of messages arrive (f.e. the buffer of a ZNC bouncer) and no GroupID is received yet teleirc will spam the channel with error: No chat_id set! Add me to a Telegram group and say hi so I can find your group's chat_id!, resulting in a kick or even a ban.
IMHO error messages should never be relayed to the IRC channel, especially when config.soloUse is active. At the very least this should be rate limited and/or configurable.
The text was updated successfully, but these errors were encountered:
When a large amount of messages arrive (f.e. the buffer of a ZNC bouncer) and no GroupID is received yet teleirc will spam the channel with
error: No chat_id set! Add me to a Telegram group and say hi so I can find your group's chat_id!
, resulting in a kick or even a ban.IMHO error messages should never be relayed to the IRC channel, especially when
config.soloUse
is active. At the very least this should be rate limited and/or configurable.The text was updated successfully, but these errors were encountered: