An optout and optin command would let users opt out/in of all chat messages being stored. They wouldn't be included in things like !rank or !leaderboard due to being missing from the DB. We could cache these user_id's at startup and when someone uses the optin or optout commands.
An
optout
andoptin
command would let users opt out/in of all chat messages being stored. They wouldn't be included in things like!rank
or!leaderboard
due to being missing from the DB. We could cache these user_id's at startup and when someone uses theoptin
oroptout
commands.