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.
liking ircbot account with tg group means any message from tg group is about to be relayed as message from irc bot to some contact, and unless you specify "<irc_nick> msg" it's unknown to whom irc bot should send that.
but sure, infinite loop with 2+ users should not happen, gonna check and fix if necessary
Fix is tgGroupReadOnly: true in the group config, so I will rename this issue more appropiately and also edit the text.
Mikaela
changed the title
Private messaging group loops messages
Infinite no chat_id set when group is created and updated to supergroup before enabling private message handling
Jun 23, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
{ ircChan: 'bot', tgGroup: 'tg group name' }
To the original issue text about looping messages with IRC, solution is also adding
tgGroupReadOnly: true
.The text was updated successfully, but these errors were encountered: