matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 149 forks source link

Do not connect idle users on restart past a certain theshold #1535

Open Half-Shot opened 2 years ago

Half-Shot commented 2 years ago

Rather than having to restart and then check for idlers via the idle kick service, do it as part of the restart routine where we should just filter out any users which aren't active and kick them.

tadzik commented 2 years ago

It seems like we already have that functionality since 705e8f9b9 (part of https://github.com/matrix-org/matrix-appservice-irc/pull/1156)