sinus-x / discord-wormhole

Connect multiple Discord guilds with wormhole
https://sinus-x.github.io/discord-wormhole/
GNU General Public License v3.0
16 stars 8 forks source link

Minimal account age #38

Open sinus-x opened 4 years ago

sinus-x commented 4 years ago

Add parameter to beam, so newly created accounts cannot send messages to the wormhole -- to prevent raids from recently banned users quickly creating new accounts. The value is integer, which we can convert it to human-readable form with the seconds2str function, which is currently in errors.py.

It should be probably number of seconds.